Remove duplicate function declaration.
Signed-off-by: Tyler J. Stachecki <tstache1@binghamton.edu>
This commit is contained in:
parent
2b3a298609
commit
88e8da65bd
2
MCInst.h
2
MCInst.h
|
@ -55,8 +55,6 @@ bool MCOperand_isFPImm(const MCOperand *op);
|
||||||
|
|
||||||
bool MCOperand_isInst(const MCOperand *op);
|
bool MCOperand_isInst(const MCOperand *op);
|
||||||
|
|
||||||
void MCInst_clear(MCInst *m);
|
|
||||||
|
|
||||||
/// getReg - Returns the register number.
|
/// getReg - Returns the register number.
|
||||||
unsigned MCOperand_getReg(const MCOperand *op);
|
unsigned MCOperand_getReg(const MCOperand *op);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue