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:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user