Index: src/ast/ast.cc |
diff --git a/src/ast/ast.cc b/src/ast/ast.cc |
index 97d1f9d7701638713ef2ba9815026352f1a21b73..6d76ec98f3adc86c65fa01c294cdaabab842fd09 100644 |
--- a/src/ast/ast.cc |
+++ b/src/ast/ast.cc |
@@ -294,11 +294,6 @@ bool FunctionLiteral::AllowsLazyCompilation() { |
} |
-bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { |
- return scope()->AllowsLazyCompilationWithoutContext(); |
-} |
- |
- |
int FunctionLiteral::start_position() const { |
return scope()->start_position(); |
} |