mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
wasm: remove unused variable
This commit is contained in:
parent
f59dac2237
commit
38e9716275
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user