chore(spy): remove unused struct

This commit is contained in:
Changhua 2025-02-19 00:59:21 +08:00
parent d368e26318
commit 5909205d61

View File

@ -53,12 +53,3 @@ public:
return *this;
}
};
typedef struct RawVector {
#ifdef _DEBUG
QWORD head;
#endif
QWORD start;
QWORD finish;
QWORD end;
} RawVector_t;