Nikolay Sivov : strmbase: Remove noop assignment (PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 25 15:58:17 CDT 2014


Module: wine
Branch: master
Commit: 5bbc402826801f0f05195bb62020355dc84d5caf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5bbc402826801f0f05195bb62020355dc84d5caf

Author: Nikolay Sivov <nsivov at 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 );




More information about the wine-cvs mailing list