diff options
Diffstat (limited to 'src/asm2wasm.h')
-rw-r--r-- | src/asm2wasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asm2wasm.h b/src/asm2wasm.h index 1c1f2e7cc..954bcfb8b 100644 --- a/src/asm2wasm.h +++ b/src/asm2wasm.h @@ -1006,7 +1006,6 @@ Function* Asm2WasmBuilder::processFunction(Ref ast) { if (ret->targets[i].isNull()) ret->targets[i] = ret->default_; } // finalize - ret->updateCaseMap(); breakStack.pop_back(); return ret; #endif |