Windows: remove unused variable

This commit is contained in:
Mounir IDRASSI 2023-07-24 09:20:43 +02:00
parent d4fdba1d29
commit e80dd29c0d
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 0 additions and 1 deletions

View File

@ -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;