diff options
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r-- | src/wasm/wasm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index a4b9da21b..cae413397 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -851,8 +851,6 @@ void TableSize::finalize() { void TableGrow::finalize() { if (delta->type == Type::unreachable || value->type == Type::unreachable) { type = Type::unreachable; - } else { - type = Type::i32; } } |