remove unused MCOperand_Init()
This commit is contained in:
parent
838b9aebd1
commit
70d7653815
6
MCInst.c
6
MCInst.c
|
@ -90,12 +90,6 @@ void MCInst_addOperand2(MCInst *inst, MCOperand *Op)
|
||||||
inst->size++;
|
inst->size++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MCOperand_Init(MCOperand *op)
|
|
||||||
{
|
|
||||||
op->Kind = kInvalid;
|
|
||||||
op->FPImmVal = 0.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool MCOperand_isValid(const MCOperand *op)
|
bool MCOperand_isValid(const MCOperand *op)
|
||||||
{
|
{
|
||||||
return op->Kind != kInvalid;
|
return op->Kind != kInvalid;
|
||||||
|
|
Loading…
Reference in New Issue