Andrew Talbot : user: Dead code fix (Coverity).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 17 06:12:31 CDT 2006


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Oct 14 15:20:20 2006 +0100

user: Dead code fix (Coverity).

---

 dlls/user/dde_client.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/user/dde_client.c b/dlls/user/dde_client.c
index f2e4a3d..977e428 100644
--- a/dlls/user/dde_client.c
+++ b/dlls/user/dde_client.c
@@ -254,7 +254,6 @@ HCONV WINAPI DdeReconnect(HCONV hConv)
 	{
 	    HWND	hwndClient = pConv->hwndClient;
 	    HWND	hwndServer = pConv->hwndServer;
-	    ATOM	aSrv, aTpc;
 
 	    SetWindowLongPtrW(pConv->hwndClient, GWL_WDML_CONVERSATION, 0);
 




More information about the wine-cvs mailing list