Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index bc2c67e0e27ddf5ccbbfb046085a46d3989508a8..45e9123141438fccb8a120dad2b6a682715fa41f 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -1817,8 +1817,6 @@ class FunctionLiteral: public Expression { |
| return HasDuplicateParameters::decode(bitfield_); |
| } |
| - bool ShouldSelfOptimize(); |
| - |
| int ast_node_count() { return ast_properties_.node_count(); } |
| AstProperties::Flags* flags() { return ast_properties_.flags(); } |
| void set_ast_properties(AstProperties* ast_properties) { |