Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 47751113628c1b0a2b4176e32aa79cdea664e5e8..ea311cccfb0d4d96d0550a4216f38cd14401d4bd 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -173,7 +173,6 @@ class CompilationInfo { |
int num_parameters_including_this() const; |
bool is_this_defined() const; |
int num_heap_slots() const; |
- Code::Flags flags() const; |
void set_parameter_count(int parameter_count) { |
DCHECK(IsStub()); |