Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 5046) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -258,11 +258,6 @@ |
| } |
| -void AstPrinter::VisitIncrOpStaticFieldNode(IncrOpStaticFieldNode* node) { |
| - VisitGenericAstNode(node); |
| -} |
| - |
| - |
| void AstPrinter::VisitIncrOpIndexedNode(IncrOpIndexedNode* node) { |
| VisitGenericAstNode(node); |
| } |