Remove unused variables

This commit is contained in:
Changhua 2023-02-23 07:44:16 +08:00
parent 285b23cd2d
commit 7a26e8b91e

View File

@ -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;