remove no-effect stmt

This commit is contained in:
David Tardon
2010-11-13 20:55:13 +01:00
parent 93a0397f00
commit b1a02ab487

View File

@@ -823,12 +823,8 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) );
} }
#ifdef DEBUG
else
m_bInsideExecutionLoop = TRUE;
#endif
return TRUE; return TRUE;
} // BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn ) }
SvStream* ImplRemoteControl::GetReturnStream() SvStream* ImplRemoteControl::GetReturnStream()