strmbase: Remove noop assignment (PVS-Studio).

This commit is contained in:
Nikolay Sivov 2014-08-25 10:37:43 +04:00 committed by Alexandre Julliard
parent 8448bcc833
commit 5bbc402826

View file

@ -81,7 +81,6 @@ static HRESULT SendFurther( IPin *from, SendPinFunc fnMiddle, LPVOID arg, SendPi
hr = IPin_QueryInternalConnections( from, NULL, &amount );
if (hr != E_NOTIMPL && amount)
FIXME("Use QueryInternalConnections!\n");
hr = S_OK;
pin_info.pFilter = NULL;
hr = IPin_QueryPinInfo( from, &pin_info );