about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-01 16:34:45 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-01 16:34:45 +0000
commit7c91ec46525e5f2bc51d7d01af8bb8d24d7d71ae (patch)
treec8e114e981301ba045f3c338ab25a35dd4dd9970 /compiler/rustc_codegen_llvm/src/lib.rs
parent744e397d8855f7da87d70aa8d0bd9e0f5f0b51a1 (diff)
downloadrust-7c91ec46525e5f2bc51d7d01af8bb8d24d7d71ae.tar.gz
rust-7c91ec46525e5f2bc51d7d01af8bb8d24d7d71ae.zip
Remove unused Context assoc type from WriteBackendMethods
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs
index 15bfa843046..be37dd3683b 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -170,7 +170,6 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
 impl WriteBackendMethods for LlvmCodegenBackend {
     type Module = ModuleLlvm;
     type ModuleBuffer = back::lto::ModuleBuffer;
-    type Context = llvm::Context;
     type TargetMachine = &'static mut llvm::TargetMachine;
     type ThinData = back::lto::ThinData;
     type ThinBuffer = back::lto::ThinBuffer;