File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
rustc_codegen_ssa/src/traits Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ impl WriteBackendMethods for GccCodegenBackend {
210210 type Module = GccContext ;
211211 type TargetMachine = ( ) ;
212212 type ModuleBuffer = ModuleBuffer ;
213- type Context = ( ) ;
214213 type ThinData = ( ) ;
215214 type ThinBuffer = ThinBuffer ;
216215
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
170170impl WriteBackendMethods for LlvmCodegenBackend {
171171 type Module = ModuleLlvm ;
172172 type ModuleBuffer = back:: lto:: ModuleBuffer ;
173- type Context = llvm:: Context ;
174173 type TargetMachine = & ' static mut llvm:: TargetMachine ;
175174 type ThinData = back:: lto:: ThinData ;
176175 type ThinBuffer = back:: lto:: ThinBuffer ;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ pub trait WriteBackendMethods: 'static + Sized + Clone {
99 type Module : Send + Sync ;
1010 type TargetMachine ;
1111 type ModuleBuffer : ModuleBufferMethods ;
12- type Context : ?Sized ;
1312 type ThinData : Send + Sync ;
1413 type ThinBuffer : ThinBufferMethods ;
1514
You can’t perform that action at this time.
0 commit comments