Index: src/wasm/module-decoder.cc |
diff --git a/src/wasm/module-decoder.cc b/src/wasm/module-decoder.cc |
index 88d68344692046d09a589cf0f869f53d09b64bbc..fc9595cac67c67dfc61922c78d27e685a319a81a 100644 |
--- a/src/wasm/module-decoder.cc |
+++ b/src/wasm/module-decoder.cc |
@@ -1168,12 +1168,6 @@ class ModuleDecoder : public Decoder { |
switch (t) { |
case kLocalS128: |
return kWasmS128; |
- case kLocalS1x4: |
- return kWasmS1x4; |
- case kLocalS1x8: |
- return kWasmS1x8; |
- case kLocalS1x16: |
- return kWasmS1x16; |
default: |
break; |
} |