Index: src/wasm/wasm-text.cc |
diff --git a/src/wasm/wasm-text.cc b/src/wasm/wasm-text.cc |
index 24d996254460dbc282c1811f64e44083a92fc886..50ef76cdb9abf10282e3d5c6ccdd3659170d1774 100644 |
--- a/src/wasm/wasm-text.cc |
+++ b/src/wasm/wasm-text.cc |
@@ -264,7 +264,6 @@ void wasm::PrintWasmText(const WasmModule *module, |
os << #str ".const " << static_cast<cast_type>(operand.value); \ |
break; \ |
} |
- CASE_CONST(I8, i8, int32_t) |
CASE_CONST(I32, i32, int32_t) |
CASE_CONST(I64, i64, int64_t) |
CASE_CONST(F32, f32, float) |