diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2023-10-28 23:20:55 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2023-10-28 23:24:25 -0700 |
| commit | 208f378ef18aa1d8d9482caa7fa5ab8ab190d2f3 (patch) | |
| tree | 3a4d45d645834e63a32e6d2907319209f429527f /compiler/rustc_target/src/abi | |
| parent | 0c1a452304a832428c629e083d61d58e4a077018 (diff) | |
| download | rust-208f378ef18aa1d8d9482caa7fa5ab8ab190d2f3.tar.gz rust-208f378ef18aa1d8d9482caa7fa5ab8ab190d2f3.zip | |
Remove asmjs from compiler
Diffstat (limited to 'compiler/rustc_target/src/abi')
| -rw-r--r-- | compiler/rustc_target/src/abi/call/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/abi/call/mod.rs b/compiler/rustc_target/src/abi/call/mod.rs index 5efd171b9dd..1aa24f6b84a 100644 --- a/compiler/rustc_target/src/abi/call/mod.rs +++ b/compiler/rustc_target/src/abi/call/mod.rs @@ -836,7 +836,6 @@ impl<'a, Ty> FnAbi<'a, Ty> { wasm::compute_c_abi_info(cx, self) } } - "asmjs" => wasm::compute_c_abi_info(cx, self), "bpf" => bpf::compute_abi_info(self), arch => { return Err(AdjustForForeignAbiError::Unsupported { |
