mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-24 07:35:04 +00:00
Remove some unused code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68491c1217
commit
a8f0af5e0e
@ -51,10 +51,7 @@ X86ATTAsmParser::MatchInstruction(const char *Name,
|
||||
|
||||
bool X86ATTAsmParser::ParseInstruction(MCAsmParser &AP, const char *Name,
|
||||
MCInst &Inst) {
|
||||
MCAsmLexer &Lexer = AP.getLexer();
|
||||
llvm::SmallVector<X86Operand, 3> Operands;
|
||||
(void) Lexer;
|
||||
(void) Operands;
|
||||
|
||||
return MatchInstruction(Name, Operands, Inst);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user