user: Remove superfluous shadow variable.

This commit is contained in:
Andrew Talbot 2006-10-23 22:53:41 +01:00 committed by Alexandre Julliard
parent c70841fb36
commit 83b836b3f9

View file

@ -1035,7 +1035,6 @@ static HDDEDATA WDML_SyncWaitTransactionReply(HCONV hConv, DWORD dwTimeout, WDML
while (PeekMessageW(&msg, 0, WM_DDE_FIRST, WM_DDE_LAST, PM_REMOVE))
{
WDML_CONV *pConv;
HDDEDATA hdd;
EnterCriticalSection(&WDML_CritSect);