Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 05612ccbcb12caf0c653016ebaa95c1cad7fe00f..07cc6c6bb4a0a44426540a38bb19f4dd98bddf8f 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -454,9 +454,6 @@ class AstGraphBuilder : public AstVisitor { |
void VisitObjectLiteralAccessor(Node* home_object, |
ObjectLiteralProperty* property); |
- // Dispatched from VisitClassLiteral. |
- void VisitClassLiteralContents(ClassLiteral* expr); |
- |
DEFINE_AST_VISITOR_SUBCLASS_MEMBERS(); |
DISALLOW_COPY_AND_ASSIGN(AstGraphBuilder); |
}; |