Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index 0229880b799138ef2e6af5e70a5277c4ccb20843..68cbb38e8b6902b9ed908c812113a4d6d0019205 100644 |
--- a/src/ast.h |
+++ b/src/ast.h |
@@ -2470,7 +2470,6 @@ class FunctionLiteral FINAL : public Expression { |
bool is_anonymous() const { return IsAnonymous::decode(bitfield_); } |
LanguageMode language_mode() const; |
bool uses_super_property() const; |
- bool uses_super_constructor_call() const; |
static bool NeedsHomeObject(Expression* literal) { |
return literal != NULL && literal->IsFunctionLiteral() && |