File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -739,9 +739,6 @@ llvm::DISubprogram *IRGenDebugInfo::emitFunction(
739
739
return SP;
740
740
}
741
741
742
- // / TODO: This is no longer needed.
743
- void IRGenDebugInfo::eraseFunction (llvm::Function *Fn) {}
744
-
745
742
void IRGenDebugInfo::emitImport (ImportDecl *D) {
746
743
if (Opts.DebugInfoKind == IRGenDebugInfoKind::LineTables)
747
744
return ;
Original file line number Diff line number Diff line change @@ -197,9 +197,6 @@ class IRGenDebugInfo {
197
197
// / Return the DIBuilder.
198
198
llvm::DIBuilder &getBuilder () { return DBuilder; }
199
199
200
- // / Removes the function from the Functions map again.
201
- void eraseFunction (llvm::Function *Fn);
202
-
203
200
private:
204
201
StringRef BumpAllocatedString (const char *Data, size_t Length);
205
202
StringRef BumpAllocatedString (std::string S);
You can’t perform that action at this time.
0 commit comments