remove unused code in anal_gb.c via #if 0

This commit is contained in:
condret 2014-10-08 15:55:22 +02:00
parent 65d8b20d05
commit 558da5977a

View File

@ -34,6 +34,7 @@ static ut8 gb_op_calljump(RAnal *a, RAnalOp *op, const ut8 *data, ut64 addr)
return R_TRUE;
}
#if 0
static inline int gb_anal_esil_banksw (RAnalOp *op) //remove that
{
ut64 base = op->dst->base;
@ -47,6 +48,7 @@ static inline int gb_anal_esil_banksw (RAnalOp *op) //remove that
}
return R_FALSE;
}
#endif
static void gb_anal_esil_call (RAnalOp *op)
{