From 541b32c8abffc772ffe58d5ac622a8f956a39d30 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 10 Jul 2024 13:01:59 +0200 Subject: Update `Cargo.lock` and remove duplicated impl --- compiler/rustc_codegen_gcc/src/builder.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compiler/rustc_codegen_gcc/src/builder.rs') diff --git a/compiler/rustc_codegen_gcc/src/builder.rs b/compiler/rustc_codegen_gcc/src/builder.rs index b7f62fd09d2..307348f595d 100644 --- a/compiler/rustc_codegen_gcc/src/builder.rs +++ b/compiler/rustc_codegen_gcc/src/builder.rs @@ -2369,12 +2369,6 @@ impl<'tcx> HasWasmCAbiOpt for Builder<'_, '_, 'tcx> { } } -impl<'tcx> HasWasmCAbiOpt for Builder<'_, '_, 'tcx> { - fn wasm_c_abi_opt(&self) -> WasmCAbi { - self.cx.wasm_c_abi_opt() - } -} - pub trait ToGccComp { fn to_gcc_comparison(&self) -> ComparisonOp; } -- cgit 1.4.1-3-g733a5