diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-26 20:35:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-26 20:35:21 +0200 |
commit | 7cde57180a21868dcd2f955d74c463c54d777089 (patch) | |
tree | 87838eef36288ba680a6608876307f3290d4fc5a /desktop | |
parent | 1370a0161ca7d33beff508f8d72c4f0c2150399a (diff) |
WaE: unused variable 'ARGUMENT_PREFIX'
Change-Id: I88b8a66ccc4da951e92cce0e4b5d66dcff8bf477
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 3 |
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"; |