msi: Don't check for a NULL component, as the component is guaranteed to exist.

This commit is contained in:
James Hawkins 2008-08-18 23:01:00 -05:00 committed by Alexandre Julliard
parent 9a8d2f3f5c
commit ca4b17efe8
1 changed files with 0 additions and 2 deletions

View File

@ -444,8 +444,6 @@ UINT ACTION_RemoveFiles( MSIPACKAGE *package )
MSIRECORD *uirow;
LPWSTR uipath, p;
if ( !file->Component )
continue;
if ( file->Component->Installed == INSTALLSTATE_LOCAL )
continue;