Skip to content

Commit

Permalink
Remove unused store
Browse files Browse the repository at this point in the history
Remove unused store caught by clang-tidy.
  • Loading branch information
lhsazevedo committed Aug 19, 2024
1 parent ce89b44 commit 1642784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/SH/SHDisassembler.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,6 @@ static bool op4xxb(uint16_t code, uint64_t address, MCInst *MI, cs_mode mode,
rw = write;
break;
case 2:
insn = SH_INS_JMP;
grp = SH_GRP_JUMP;
break;
case 8:
Expand Down

0 comments on commit 1642784

Please sign in to comment.