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

@@ -423,13 +423,6 @@ public:
bool linkFunction(SILFunction *Fun,
LinkingMode LinkAll = LinkingMode::LinkNormal);
/// Attempt to link a function by declaration. Returns true if linking
/// succeeded, false otherwise.
///
/// \return false if the linking failed.
bool linkFunction(SILDeclRef Decl,
LinkingMode LinkAll = LinkingMode::LinkNormal);
/// Attempt to link a function by mangled name. Returns true if linking
/// succeeded, false otherwise.
///