mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Removing some unused variables
This commit is contained in:
parent
15d22e8164
commit
601757fb09
3 changed files with 2 additions and 4 deletions
|
@ -183,7 +183,7 @@ class LessThreeWay {
|
|||
Varnode *vnhil1,*vnhil2,*vnhie1,*vnhie2;
|
||||
Varnode *vnlo1,*vnlo2;
|
||||
Varnode *hi,*lo,*hi2,*lo2;
|
||||
int4 hislot,loslot;
|
||||
int4 hislot;
|
||||
bool hiflip,equalflip,loflip;
|
||||
bool lolessiszerocomp;
|
||||
bool lolessequalform,hilessequalform,signcompare;
|
||||
|
@ -240,7 +240,7 @@ public:
|
|||
class MultForm {
|
||||
SplitVarnode in;
|
||||
PcodeOp *add1,*add2;
|
||||
PcodeOp *subhi,*sublo;
|
||||
PcodeOp *subhi;
|
||||
PcodeOp *multlo,*multhi1,*multhi2;
|
||||
Varnode *midtmp,*lo1zext,*lo2zext;
|
||||
Varnode *hi1,*lo1,*hi2,*lo2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue