msi: Remove no-op toupperW() statement (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2014-12-10 10:59:59 +01:00 committed by Alexandre Julliard
parent 76c24c80c3
commit 165c9e7cb9

View file

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