Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index d191ebfa76cbd65d0b66fec8cb6981b777fbac6c..f55ddcd56bae7e9c6a1e0ad62abf349c95f87bba 100644 |
--- a/src/ast.h |
+++ b/src/ast.h |
@@ -1717,7 +1717,6 @@ class FunctionLiteral: public Expression { |
int num_parameters() { return num_parameters_; } |
bool AllowsLazyCompilation(); |
- bool AllowOptimize(); |
Handle<String> debug_name() const { |
if (name_->length() > 0) return name_; |