chore(spy): remove unused struct
This commit is contained in:
parent
d368e26318
commit
5909205d61
@ -53,12 +53,3 @@ public:
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
|
||||
typedef struct RawVector {
|
||||
#ifdef _DEBUG
|
||||
QWORD head;
|
||||
#endif
|
||||
QWORD start;
|
||||
QWORD finish;
|
||||
QWORD end;
|
||||
} RawVector_t;
|
||||
|
Loading…
Reference in New Issue
Block a user