mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Remove unused mapConformanceOutOfContext() / mapConformanceRefIntoContext() path
This commit is contained in:
@@ -989,13 +989,11 @@ public:
|
||||
|
||||
/// Returns the protocol conformance for the given ID.
|
||||
ProtocolConformanceRef
|
||||
getConformance(serialization::ProtocolConformanceID id,
|
||||
GenericEnvironment *genericEnv = nullptr);
|
||||
getConformance(serialization::ProtocolConformanceID id);
|
||||
|
||||
/// Returns the protocol conformance for the given ID.
|
||||
llvm::Expected<ProtocolConformanceRef>
|
||||
getConformanceChecked(serialization::ProtocolConformanceID id,
|
||||
GenericEnvironment *genericEnv = nullptr);
|
||||
getConformanceChecked(serialization::ProtocolConformanceID id);
|
||||
|
||||
/// Read a SILLayout from the given cursor.
|
||||
SILLayout *readSILLayout(llvm::BitstreamCursor &Cursor);
|
||||
|
||||
Reference in New Issue
Block a user