msi: Remove an unnecessary warning.

This commit is contained in:
Hans Leidekker 2010-10-01 15:39:02 +02:00 committed by Alexandre Julliard
parent 9cb467911d
commit ddbf3c754e
1 changed files with 0 additions and 3 deletions

View File

@ -211,9 +211,6 @@ static INT_PTR CDECL cabinet_open_stream( char *pszFile, int oflag, int pmode )
UINT r;
IStream *stm;
if (oflag)
WARN("ignoring open flags 0x%08x\n", oflag);
r = db_get_raw_stream( cab_stream.db, cab_stream.name, &stm );
if (r != ERROR_SUCCESS)
{