mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: remove unused variable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user