Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index 555c19ec987abe07365ae64e3ab7c41589269821..f1e8ce33d7e6aff564c8059de97219318437afdc 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -1669,7 +1669,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_; |