user: Remove superfluous shadow variable.
This commit is contained in:
parent
c70841fb36
commit
83b836b3f9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue