mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Eliminate all vestiges of Substitution and SubstitutionList.
Introduced during the bring-up of the generics system in July, 2012, Substitution (and SubstitutionList) has been completely superseded by SubstitutionMap. R.I.P.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include "swift/Serialization/SerializedSILLoader.h"
|
||||
#include "swift/AST/GenericEnvironment.h"
|
||||
#include "swift/AST/ProtocolConformance.h"
|
||||
#include "swift/AST/Substitution.h"
|
||||
#include "swift/SIL/FormalLinkage.h"
|
||||
#include "swift/SIL/SILDebugScope.h"
|
||||
#include "swift/SIL/SILModule.h"
|
||||
|
||||
Reference in New Issue
Block a user