Skip to content

Commit d341b63

Browse files
committed
[RISCV] Remove unused function declaration. NFC
1 parent 61af05f commit d341b63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,6 @@ static DecodeStatus decodeXqccmpRlistS0(MCInst &Inst, uint32_t Imm,
527527
uint64_t Address,
528528
const MCDisassembler *Decoder);
529529

530-
static DecodeStatus decodeZcmpStackAdj(MCInst &Inst, uint32_t Imm,
531-
uint64_t Address, const void *Decoder);
532-
533530
static DecodeStatus decodeCSSPushPopchk(MCInst &Inst, uint32_t Insn,
534531
uint64_t Address,
535532
const MCDisassembler *Decoder);

0 commit comments

Comments
 (0)