Trim load_symbols_for_call

This commit is contained in:
Brian Carroll 2023-11-05 23:48:42 +00:00
parent 87ef10a4e5
commit 10b0357140
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
3 changed files with 4 additions and 77 deletions

View file

@ -1329,7 +1329,6 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
let name = foreign_symbol.as_str();
let wasm_layout = WasmLayout::new(self.layout_interner, *ret_layout);
self.storage.load_symbols_for_call(
self.env.arena,
&mut self.code_builder,
arguments,
ret_sym,
@ -1359,7 +1358,6 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
}
self.storage.load_symbols_for_call(
self.env.arena,
&mut self.code_builder,
arguments,
ret_sym,