From e80dd29c0df43ce8a3a49084a41684150901762d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 24 Jul 2023 09:20:43 +0200 Subject: Windows: remove unused variable --- src/SetupDLL/Setup.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3