wasm: remove unused variable

This commit is contained in:
Nguyen Anh Quynh 2019-02-21 20:52:59 +08:00
parent f59dac2237
commit 38e9716275

View File

@ -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) {