Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index fa987796a21133f68cca057c71cafd664ed9ebd9..fa3e88bc53634ce40f03273c19d376899bb26438 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -813,7 +813,6 @@ void AstGraphBuilder::VisitFunctionLiteral(FunctionLiteral* expr) { |
void AstGraphBuilder::VisitClassLiteral(ClassLiteral* expr) { |
- // TODO(arv): Implement. |
UNREACHABLE(); |
} |