1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: remove unused variable

This commit is contained in:
Mounir IDRASSI
2023-07-24 09:20:43 +02:00
parent d4fdba1d29
commit e80dd29c0d

View File

@@ -1496,7 +1496,6 @@ BOOL DoDriverUnload_Dll (MSIHANDLE hInstaller, HWND hwnd)
if (hDriver != INVALID_HANDLE_VALUE) if (hDriver != INVALID_HANDLE_VALUE)
{ {
MOUNT_LIST_STRUCT driver;
LONG driverVersion = VERSION_NUM; LONG driverVersion = VERSION_NUM;
int refCount; int refCount;
DWORD dwResult; DWORD dwResult;