Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index c3603d8b96daaee1c7c4ed5fb13b1015be7a859a..6fe6aac41794befa35a88f7e7d6215f8d5a506ea 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -451,9 +451,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); |
}; |