dplayx: Avoid shadowing a variable used in loop control (PVS-Studio)

Michael Stefaniuc mstefani at redhat.de
Mon Oct 12 17:31:26 CDT 2015


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---

 dlls/dplayx/dplobby.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c
index 2b4b554..2cf342f 100644
--- a/dlls/dplayx/dplobby.c
+++ b/dlls/dplayx/dplobby.c
@@ -762,8 +762,6 @@ static HRESULT WINAPI IDirectPlayLobby3AImpl_EnumAddressTypes( IDirectPlayLobby3
       DWORD    dwAtIndex;
       LPCSTR   atKey = "Address Types";
       LPCSTR   guidDataSubKey   = "Guid";
-      FILETIME filetime;
-
 
       TRACE(" this time through: %s\n", subKeyName );
 
-- 
2.1.0



More information about the wine-patches mailing list