Module: wine Branch: master Commit: 5bbc402826801f0f05195bb62020355dc84d5caf URL: http://source.winehq.org/git/wine.git/?a=commit;h=5bbc402826801f0f05195bb620...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Aug 25 10:37:43 2014 +0400
strmbase: Remove noop assignment (PVS-Studio).
---
dlls/strmbase/pin.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/strmbase/pin.c b/dlls/strmbase/pin.c index 02af5b3..958fbf8 100644 --- a/dlls/strmbase/pin.c +++ b/dlls/strmbase/pin.c @@ -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 );