mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove unused function.
This commit is contained in:
@@ -739,9 +739,6 @@ llvm::DISubprogram *IRGenDebugInfo::emitFunction(
|
||||
return SP;
|
||||
}
|
||||
|
||||
/// TODO: This is no longer needed.
|
||||
void IRGenDebugInfo::eraseFunction(llvm::Function *Fn) {}
|
||||
|
||||
void IRGenDebugInfo::emitImport(ImportDecl *D) {
|
||||
if (Opts.DebugInfoKind == IRGenDebugInfoKind::LineTables)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user