mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 13:33:29 +01:00
Comment unused variables
This commit is contained in:
parent
ecff8dc898
commit
2cebc23aa5
@ -1655,10 +1655,10 @@ void ExceptionHandlerThread (void *threadArg)
|
||||
DWORD addr;
|
||||
DWORD exCode = ep->ExceptionRecord->ExceptionCode;
|
||||
SYSTEM_INFO si;
|
||||
wchar_t msg[8192];
|
||||
// wchar_t msg[8192];
|
||||
char modPath[MAX_PATH];
|
||||
int crc = 0;
|
||||
char url[MAX_URL_LENGTH];
|
||||
// char url[MAX_URL_LENGTH];
|
||||
char lpack[128];
|
||||
stringstream callStack;
|
||||
addr = (DWORD) ep->ExceptionRecord->ExceptionAddress;
|
||||
|
Loading…
Reference in New Issue
Block a user