mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove dead code in SIL linker
... which is not only dead but also broken. NFC
This commit is contained in:
@@ -90,7 +90,6 @@ public:
|
||||
~SerializedSILLoader();
|
||||
|
||||
SILFunction *lookupSILFunction(SILFunction *Callee);
|
||||
SILFunction *lookupSILFunction(SILDeclRef Decl);
|
||||
SILFunction *
|
||||
lookupSILFunction(StringRef Name, bool declarationOnly = false,
|
||||
SILLinkage linkage = SILLinkage::Private);
|
||||
|
||||
Reference in New Issue
Block a user