summaryrefslogtreecommitdiff
path: root/src/s2wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s2wasm.h')
-rw-r--r--src/s2wasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h
index 8595bdb44..729e060f9 100644
--- a/src/s2wasm.h
+++ b/src/s2wasm.h
@@ -862,7 +862,6 @@ class S2WasmBuilder {
assert(type == funcType->result);
auto* indirect = builder.makeCallIndirect(funcType, target, std::move(operands));
setOutput(indirect, assign);
-
} else {
// non-indirect call
Name assign = getAssign();