summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-11-13 20:55:13 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-13 20:55:13 +0100
commitb1a02ab487986762326f390a64e0027d516a90cc (patch)
tree566a01d51fc3f251f0c50d115ddaaed78b0705c4 /automation/source
parent93a0397f00a747f920d76a705473bcc4934f1793 (diff)
remove no-effect stmt
Diffstat (limited to 'automation/source')
-rw-r--r--automation/source/server/server.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index f408cfdc4421..dd2e4cbd0129 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -823,12 +823,8 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) );
}
-#ifdef DEBUG
- else
- m_bInsideExecutionLoop = TRUE;
-#endif
return TRUE;
-} // BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
+}
SvStream* ImplRemoteControl::GetReturnStream()