diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-07-24 09:20:43 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-07-24 09:20:43 +0200 |
commit | e80dd29c0df43ce8a3a49084a41684150901762d (patch) | |
tree | 0612421311e9a47f6fece1e000b101a78cc0faee /src/SetupDLL | |
parent | d4fdba1d298efa677fa62abe0ef90185c5e848d3 (diff) | |
download | VeraCrypt-e80dd29c0df43ce8a3a49084a41684150901762d.tar.gz VeraCrypt-e80dd29c0df43ce8a3a49084a41684150901762d.zip |
Windows: remove unused variable
Diffstat (limited to 'src/SetupDLL')
-rw-r--r-- | src/SetupDLL/Setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SetupDLL/Setup.c b/src/SetupDLL/Setup.c index ba0e860b..f7c04315 100644 --- a/src/SetupDLL/Setup.c +++ b/src/SetupDLL/Setup.c @@ -1496,7 +1496,6 @@ BOOL DoDriverUnload_Dll (MSIHANDLE hInstaller, HWND hwnd) if (hDriver != INVALID_HANDLE_VALUE) { - MOUNT_LIST_STRUCT driver; LONG driverVersion = VERSION_NUM; int refCount; DWORD dwResult; |