Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 23667) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -38,11 +38,6 @@ |
| } |
| -void AstPrinter::VisitCommaNode(CommaNode* node) { |
| - VisitGenericAstNode(node); |
| -} |
| - |
| - |
| void AstPrinter::VisitCloneContextNode(CloneContextNode* node) { |
| VisitGenericAstNode(node); |
| } |