Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 7257) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -248,11 +248,6 @@ |
| } |
| -void AstPrinter::VisitIncrOpLocalNode(IncrOpLocalNode* node) { |
| - VisitGenericLocalNode(node, node->local()); |
| -} |
| - |
| - |
| void AstPrinter::VisitIncrOpInstanceFieldNode(IncrOpInstanceFieldNode* node) { |
| VisitGenericAstNode(node); |
| } |