Skip to content

Commit 9404a11

Browse files
committed
Remove unused config param from WriteBackendMethods::autodiff
1 parent d9f9bcf commit 9404a11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ impl WriteBackendMethods for GccCodegenBackend {
437437
_cgcx: &CodegenContext<Self>,
438438
_module: &ModuleCodegen<Self::Module>,
439439
_diff_functions: Vec<AutoDiffItem>,
440-
_config: &ModuleConfig,
441440
) -> Result<(), FatalError> {
442441
unimplemented!()
443442
}

0 commit comments

Comments
 (0)