| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 84f3fb684763f12a0dbb827dc9abf7744fa89b9b..28e5578c3308ee62dd913ebfdce8cec7ca038c42 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -457,9 +457,6 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> {
|
| void VisitObjectLiteralAccessor(Node* home_object,
|
| ObjectLiteralProperty* property);
|
|
|
| - // Dispatched from VisitClassLiteral.
|
| - void VisitClassLiteralContents(ClassLiteral* expr);
|
| -
|
| DEFINE_AST_VISITOR_SUBCLASS_MEMBERS();
|
| DISALLOW_COPY_AND_ASSIGN(AstGraphBuilder);
|
| };
|
|
|