Skip to content

Commit dc66897

Browse files
committed
[Disassembler][AVR] Remove unused static functions
The unused static functions cause failures on some build machines.
1 parent 5895179 commit dc66897

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo,
8686
return MCDisassembler::Success;
8787
}
8888

89-
static DecodeStatus DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo,
90-
uint64_t Address,
91-
const MCDisassembler *Decoder) {
92-
// Note: this function must be defined but does not seem to be called.
93-
assert(false && "unimplemented: PTRREGS register class");
94-
return MCDisassembler::Success;
95-
}
96-
9789
static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address,
9890
const MCDisassembler *Decoder);
9991

0 commit comments

Comments
 (0)