mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user