Removed deprecated PrettyPrinter. We need a way to generate the pretty printer from the C++ parser.

This commit is contained in:
Roberto Raggi
2009-10-09 11:44:12 +02:00
parent 97c6671ea8
commit 88f3fa09be
6 changed files with 3 additions and 1344 deletions

View File

@@ -70,7 +70,6 @@
#include <NameVisitor.h>
#include <TypeVisitor.h>
#include <ASTVisitor.h>
#include <PrettyPrinter.h>
#include <Lexer.h>
#include <Token.h>