Remove dead code in SIL linker

... which is not only dead but also broken.
NFC
This commit is contained in:
Erik Eckstein
2016-11-02 10:30:10 -07:00
parent e8374fa6cb
commit a01e9d4e41
6 changed files with 0 additions and 58 deletions

View File

@@ -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);