diff --git a/arch/WASM/WASMInstPrinter.c b/arch/WASM/WASMInstPrinter.c index 770813aaf..6cd76fa3f 100644 --- a/arch/WASM/WASMInstPrinter.c +++ b/arch/WASM/WASMInstPrinter.c @@ -7,8 +7,6 @@ void WASM_printInst(MCInst *MI, struct SStream *O, void *PrinterInfo) { - int i; - SStream_concat(O, WASM_insn_name((csh)MI->csh, MI->Opcode)); switch (MI->wasm_data.type) {