Remove unused function.

This commit is contained in:
Adrian Prantl
2016-03-10 12:17:45 -08:00
parent 69c70b8563
commit c0c8fbe1d2
2 changed files with 0 additions and 6 deletions

View File

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