about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-10 13:01:59 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-07-10 13:02:26 +0200
commit541b32c8abffc772ffe58d5ac622a8f956a39d30 (patch)
treea97bdf3fbe2c59e5ac3f38f86a839b9a695d3c07 /compiler/rustc_codegen_gcc/src
parent7cbe50e2098c35fda06433cd36bbced941607317 (diff)
downloadrust-541b32c8abffc772ffe58d5ac622a8f956a39d30.tar.gz
rust-541b32c8abffc772ffe58d5ac622a8f956a39d30.zip
Update `Cargo.lock` and remove duplicated impl
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
-rw-r--r--compiler/rustc_codegen_gcc/src/builder.rs6
1 files changed, 0 insertions, 6 deletions
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;
 }