From 7a26e8b91e2a390deb23f97e2465d2685d289f40 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 23 Feb 2023 07:44:16 +0800 Subject: [PATCH] Remove unused variables --- spy/send_msg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/spy/send_msg.cpp b/spy/send_msg.cpp index 86092be..8570ab7 100644 --- a/spy/send_msg.cpp +++ b/spy/send_msg.cpp @@ -157,7 +157,6 @@ void SendFileMessage(string wxid, string path) DWORD sendCall2 = g_WeChatWinDllAddr + g_WxCalls.sendFile.call2; DWORD sendCall3 = g_WeChatWinDllAddr + g_WxCalls.sendFile.call3; - int isSuccess = 0; __asm { pushad; pushfd;