summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-26 20:35:21 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-26 20:35:21 +0200
commit7cde57180a21868dcd2f955d74c463c54d777089 (patch)
tree87838eef36288ba680a6608876307f3290d4fc5a /desktop
parent1370a0161ca7d33beff508f8d72c4f0c2150399a (diff)
WaE: unused variable 'ARGUMENT_PREFIX'
Change-Id: I88b8a66ccc4da951e92cce0e4b5d66dcff8bf477
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/officeipcthread.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index ee4a779e01af..a805ddf13795 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -55,10 +55,9 @@ const int OfficeIPCThread::sc_nShSeqLength = 5;
namespace {
-static char const ARGUMENT_PREFIX[] = "InternalIPC::Arguments";
-
#if HAVE_FEATURE_DESKTOP
+static char const ARGUMENT_PREFIX[] = "InternalIPC::Arguments";
static char const SEND_ARGUMENTS[] = "InternalIPC::SendArguments";
static char const PROCESSING_DONE[] = "InternalIPC::ProcessingDone";