Chromium Code Reviews| Index: src/ast.cc |
| diff --git a/src/ast.cc b/src/ast.cc |
| index b790e2536da6acc8b89f4b3ee4920c86ea046244..0970253c296526e43384a695609079090e0edae5 100644 |
| --- a/src/ast.cc |
| +++ b/src/ast.cc |
| @@ -156,11 +156,6 @@ bool FunctionLiteral::AllowsLazyCompilation() { |
| } |
| -bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { |
| - return scope()->AllowsLazyCompilationWithoutContext(); |
| -} |
| - |
| - |
| int FunctionLiteral::start_position() const { |
| return scope()->start_position(); |
| } |