Remove the unused context from CreateDebugLocation
This went unused in commit 88d874de63
, part of #68965.
This commit is contained in:
parent
fd2df74902
commit
0342fd16ff
3 changed files with 2 additions and 6 deletions
|
@ -552,7 +552,6 @@ impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> {
|
|||
|
||||
unsafe {
|
||||
llvm::LLVMRustDIBuilderCreateDebugLocation(
|
||||
utils::debug_context(self).llcontext,
|
||||
line.unwrap_or(UNKNOWN_LINE_NUMBER),
|
||||
col.unwrap_or(UNKNOWN_COLUMN_NUMBER),
|
||||
scope,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue