about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2021-01-13 11:55:49 -0800
committerJosh Stone <jistone@redhat.com>2021-01-13 11:55:49 -0800
commit0342fd16ffb146c849f1bb40d42ba1bb7a940b62 (patch)
tree0f94f0737e59183d0698141e0d4e2aff99978223 /compiler/rustc_codegen_llvm/src/llvm
parentfd2df74902fa98bcb71f85fd548c3eb399e6a96a (diff)
downloadrust-0342fd16ffb146c849f1bb40d42ba1bb7a940b62.tar.gz
rust-0342fd16ffb146c849f1bb40d42ba1bb7a940b62.zip
Remove the unused context from CreateDebugLocation
This went unused in commit 88d874de6395, part of #68965.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index e359d9f8c9c..eb4f36266db 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -2102,7 +2102,6 @@ extern "C" {
     );
 
     pub fn LLVMRustDIBuilderCreateDebugLocation(
-        Context: &'a Context,
         Line: c_uint,
         Column: c_uint,
         Scope: &'a DIScope,