[Syntax] Remove LegacyASTTransformer

As it is no longer ever instantiated, and since Syntax nodes are being
plumbed through the parser, the LegacyASTTransformer no longer needs to
exist.
This commit is contained in:
Harlan Haskins
2017-11-29 16:59:54 -05:00
parent e3be361176
commit 9732442628
9 changed files with 616 additions and 1945 deletions

View File

@@ -33,7 +33,6 @@
#include "swift/AST/GenericSignatureBuilder.h"
#include "swift/AST/IRGenOptions.h"
#include "swift/AST/ASTMangler.h"
#include "swift/AST/LegacyASTTransformer.h"
#include "swift/AST/ReferencedNameTracker.h"
#include "swift/AST/TypeRefinementContext.h"
#include "swift/Basic/Dwarf.h"