diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-07-03 16:09:10 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-07-03 16:13:25 +0000 |
| commit | 8d63c7a1d68cd30383dceb03a76499c658fa7f40 (patch) | |
| tree | 008f6c8dd668954b4645a60dbc68815707b438b6 /compiler/rustc_codegen_gcc/src/lib.rs | |
| parent | 9a3aa8fdb192b42e665eb9059a0061f865b3d352 (diff) | |
| download | rust-8d63c7a1d68cd30383dceb03a76499c658fa7f40.tar.gz rust-8d63c7a1d68cd30383dceb03a76499c658fa7f40.zip | |
Remove unused config param from WriteBackendMethods::autodiff
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/lib.rs')
| -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 34452bdd200..8e63ebc8494 100644 --- a/compiler/rustc_codegen_gcc/src/lib.rs +++ b/compiler/rustc_codegen_gcc/src/lib.rs @@ -437,7 +437,6 @@ impl WriteBackendMethods for GccCodegenBackend { _cgcx: &CodegenContext<Self>, _module: &ModuleCodegen<Self::Module>, _diff_functions: Vec<AutoDiffItem>, - _config: &ModuleConfig, ) -> Result<(), FatalError> { unimplemented!() } |
