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

@@ -36,7 +36,6 @@ HEADERS += \
$$PWD/TranslationUnit.h \
$$PWD/Type.h \
$$PWD/TypeVisitor.h \
$$PWD/PrettyPrinter.h \
$$PWD/ObjectiveCTypeQualifiers.h
SOURCES += \
@@ -75,6 +74,6 @@ SOURCES += \
$$PWD/Token.cpp \
$$PWD/TranslationUnit.cpp \
$$PWD/Type.cpp \
$$PWD/TypeVisitor.cpp \
$$PWD/PrettyPrinter.cpp
$$PWD/TypeVisitor.cpp