Index: src/prettyprinter.h |
diff --git a/src/prettyprinter.h b/src/prettyprinter.h |
index 41175ab2ae2282c8d8f5996d2769316adf8860ae..9ac72576409f961bbc173b5acdd8bc13674bb34f 100644 |
--- a/src/prettyprinter.h |
+++ b/src/prettyprinter.h |
@@ -74,8 +74,6 @@ class PrettyPrinter: public AstVisitor { |
void PrintDeclarations(ZoneList<Declaration*>* declarations); |
void PrintFunctionLiteral(FunctionLiteral* function); |
void PrintCaseClause(CaseClause* clause); |
- |
- DEFINE_AST_VISITOR_SUBCLASS_MEMBERS(); |
}; |