mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Removing some unused variables
This commit is contained in:
parent
15d22e8164
commit
601757fb09
3 changed files with 2 additions and 4 deletions
|
@ -172,7 +172,6 @@ class LaneDivide : public TransformManager {
|
|||
/// \brief Description of a large Varnode that needs to be traced (in the worklist)
|
||||
class WorkNode {
|
||||
friend class LaneDivide;
|
||||
Varnode *vn; ///< The underlying Varnode with lanes
|
||||
TransformVar *lanes; ///< Lane placeholders for underyling Varnode
|
||||
int4 numLanes; ///< Number of lanes in the particular Varnode
|
||||
int4 skipLanes; ///< Number of lanes to skip in the global description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue