ole32: Remove an assert that is useless and triggers warnings elsewhere in static analysis tools.
This commit is contained in:
parent
e0d25c6394
commit
a10cf16449
|
@ -1780,11 +1780,6 @@ static HRESULT COM_GetRegisteredClassObject(const struct apartment *apt, REFCLSI
|
|||
HRESULT hr = S_FALSE;
|
||||
RegisteredClass *curClass;
|
||||
|
||||
/*
|
||||
* Sanity check
|
||||
*/
|
||||
assert(ppUnk!=0);
|
||||
|
||||
EnterCriticalSection( &csRegisteredClassList );
|
||||
|
||||
LIST_FOR_EACH_ENTRY(curClass, &RegisteredClassList, RegisteredClass, entry)
|
||||
|
|
Loading…
Reference in New Issue