msi: Remove no-op toupperW() statement (PVS-Studio).
This commit is contained in:
parent
76c24c80c3
commit
165c9e7cb9
|
@ -2423,7 +2423,6 @@ static UINT ACTION_CostFinalize(MSIPACKAGE *package)
|
|||
sprintfW( buf, fmtW, free.QuadPart / 512 );
|
||||
msi_set_property( package->db, szPrimaryVolumeSpaceAvailable, buf, -1 );
|
||||
}
|
||||
toupperW( primary_folder[0] );
|
||||
msi_set_property( package->db, szPrimaryVolumePath, primary_folder, 2 );
|
||||
}
|
||||
msi_free( primary_folder );
|
||||
|
|
Loading…
Reference in New Issue