Remove unused variables
This commit is contained in:
parent
285b23cd2d
commit
7a26e8b91e
@ -157,7 +157,6 @@ void SendFileMessage(string wxid, string path)
|
|||||||
DWORD sendCall2 = g_WeChatWinDllAddr + g_WxCalls.sendFile.call2;
|
DWORD sendCall2 = g_WeChatWinDllAddr + g_WxCalls.sendFile.call2;
|
||||||
DWORD sendCall3 = g_WeChatWinDllAddr + g_WxCalls.sendFile.call3;
|
DWORD sendCall3 = g_WeChatWinDllAddr + g_WxCalls.sendFile.call3;
|
||||||
|
|
||||||
int isSuccess = 0;
|
|
||||||
__asm {
|
__asm {
|
||||||
pushad;
|
pushad;
|
||||||
pushfd;
|
pushfd;
|
||||||
|
Loading…
Reference in New Issue
Block a user