File tree 3 files changed +0
-3
lines changed
rustc_codegen_ssa/src/traits
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 {
210
210
type Module = GccContext ;
211
211
type TargetMachine = ( ) ;
212
212
type ModuleBuffer = ModuleBuffer ;
213
- type Context = ( ) ;
214
213
type ThinData = ( ) ;
215
214
type ThinBuffer = ThinBuffer ;
216
215
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
170
170
impl WriteBackendMethods for LlvmCodegenBackend {
171
171
type Module = ModuleLlvm ;
172
172
type ModuleBuffer = back:: lto:: ModuleBuffer ;
173
- type Context = llvm:: Context ;
174
173
type TargetMachine = & ' static mut llvm:: TargetMachine ;
175
174
type ThinData = back:: lto:: ThinData ;
176
175
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 {
9
9
type Module : Send + Sync ;
10
10
type TargetMachine ;
11
11
type ModuleBuffer : ModuleBufferMethods ;
12
- type Context : ?Sized ;
13
12
type ThinData : Send + Sync ;
14
13
type ThinBuffer : ThinBufferMethods ;
15
14
You can’t perform that action at this time.
0 commit comments