Comment unused variables

This commit is contained in:
Mounir IDRASSI 2013-06-22 17:42:54 +02:00
parent ecff8dc898
commit 2cebc23aa5

View File

@ -1655,10 +1655,10 @@ void ExceptionHandlerThread (void *threadArg)
DWORD addr; DWORD addr;
DWORD exCode = ep->ExceptionRecord->ExceptionCode; DWORD exCode = ep->ExceptionRecord->ExceptionCode;
SYSTEM_INFO si; SYSTEM_INFO si;
wchar_t msg[8192]; // wchar_t msg[8192];
char modPath[MAX_PATH]; char modPath[MAX_PATH];
int crc = 0; int crc = 0;
char url[MAX_URL_LENGTH]; // char url[MAX_URL_LENGTH];
char lpack[128]; char lpack[128];
stringstream callStack; stringstream callStack;
addr = (DWORD) ep->ExceptionRecord->ExceptionAddress; addr = (DWORD) ep->ExceptionRecord->ExceptionAddress;