diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-01 16:34:45 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-10-01 16:34:45 +0000 |
| commit | 7c91ec46525e5f2bc51d7d01af8bb8d24d7d71ae (patch) | |
| tree | c8e114e981301ba045f3c338ab25a35dd4dd9970 /compiler/rustc_codegen_gcc/src | |
| parent | 744e397d8855f7da87d70aa8d0bd9e0f5f0b51a1 (diff) | |
| download | rust-7c91ec46525e5f2bc51d7d01af8bb8d24d7d71ae.tar.gz rust-7c91ec46525e5f2bc51d7d01af8bb8d24d7d71ae.zip | |
Remove unused Context assoc type from WriteBackendMethods
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs index 007d61ed51d..a70ed8084a9 100644 --- a/compiler/rustc_codegen_gcc/src/lib.rs +++ b/compiler/rustc_codegen_gcc/src/lib.rs @@ -210,7 +210,6 @@ impl WriteBackendMethods for GccCodegenBackend { type Module = GccContext; type TargetMachine = (); type ModuleBuffer = ModuleBuffer; - type Context = (); type ThinData = (); type ThinBuffer = ThinBuffer; |
