cppcheck: remove unused variable pTrans.
This commit is contained in:
parent
9ef8bc3177
commit
5bf95a8ee3
1 changed files with 0 additions and 2 deletions
|
@ -2580,8 +2580,6 @@ MRESULT ImpDdeMgr::DdeUnadvise( ImpWndProcParams* pParams )
|
|||
if( nTransId )
|
||||
{
|
||||
////WRITELOG("DdeUnadvise:Transaction found")
|
||||
Transaction* pTrans = pTransTable;
|
||||
pTrans += (USHORT)nTransId;
|
||||
ImpHCONV* pConv = pConvTable;
|
||||
pConv += (USHORT)hConv;
|
||||
nClosedTransactions = 1;
|
||||
|
|
Loading…
Reference in a new issue