VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/SetupDLL/Setup.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-07-24 09:20:43 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-07-24 09:20:43 +0200
commite80dd29c0df43ce8a3a49084a41684150901762d (patch)
tree0612421311e9a47f6fece1e000b101a78cc0faee /src/SetupDLL/Setup.c
parentd4fdba1d298efa677fa62abe0ef90185c5e848d3 (diff)
downloadVeraCrypt-e80dd29c0df43ce8a3a49084a41684150901762d.tar.gz
VeraCrypt-e80dd29c0df43ce8a3a49084a41684150901762d.zip
Windows: remove unused variable
Diffstat (limited to 'src/SetupDLL/Setup.c')
-rw-r--r--src/SetupDLL/Setup.c1
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;