Andrew Talbot : user: Remove superfluous shadow variable.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 24 04:55:30 CDT 2006


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Oct 23 22:53:41 2006 +0100

user: Remove superfluous shadow variable.

---

 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 977e428..ecd3b3b 100644
--- a/dlls/user/dde_client.c
+++ b/dlls/user/dde_client.c
@@ -1035,7 +1035,6 @@ static HDDEDATA WDML_SyncWaitTransaction
 
 	    while (PeekMessageW(&msg, 0, WM_DDE_FIRST, WM_DDE_LAST, PM_REMOVE))
 	    {
-                WDML_CONV *pConv;
                 HDDEDATA hdd;
 
                 EnterCriticalSection(&WDML_CritSect);




More information about the wine-cvs mailing list