winspool.drv: Remove useless assignments without NULL ptr check (Coverity).

This commit is contained in:
Marcus Meissner 2009-11-23 09:48:03 +01:00 committed by Alexandre Julliard
parent 80995b684b
commit 0dca1ebecf
1 changed files with 0 additions and 2 deletions

View File

@ -3766,8 +3766,6 @@ static BOOL WINSPOOL_EnumPrinters(DWORD dwType, LPWSTR lpszName,
dwType &= ~PRINTER_ENUM_CONNECTIONS; /* we don't handle that */
if (!dwType) {
FIXME("We don't handle PRINTER_ENUM_CONNECTIONS\n");
*lpdwNeeded = 0;
*lpdwReturned = 0;
return TRUE;
}