From 5909205d6100f76839eece243b7ffe6c5d2515f4 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 19 Feb 2025 00:59:21 +0800 Subject: [PATCH] chore(spy): remove unused struct --- WeChatFerry/spy/spy_types.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/WeChatFerry/spy/spy_types.h b/WeChatFerry/spy/spy_types.h index 73c801e..4e0f764 100644 --- a/WeChatFerry/spy/spy_types.h +++ b/WeChatFerry/spy/spy_types.h @@ -53,12 +53,3 @@ public: return *this; } }; - -typedef struct RawVector { -#ifdef _DEBUG - QWORD head; -#endif - QWORD start; - QWORD finish; - QWORD end; -} RawVector_t;