diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:28:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:28:04 +0000 |
commit | df57050f584ff9432e258c2461e9166997bb284b (patch) | |
tree | 0ee8063909657857f87c45934b7c3e4c8075b536 /configmgr/source/misc | |
parent | c487920d7578ed2172bcf6d27708971ad49687b9 (diff) |
INTEGRATION: CWS cfgcleanup (1.12.56); FILE MERGED
2004/02/09 15:30:25 jb 1.12.56.1: #i25025# Eliminate warnings from gcc
Diffstat (limited to 'configmgr/source/misc')
-rw-r--r-- | configmgr/source/misc/tracer.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/misc/tracer.cxx b/configmgr/source/misc/tracer.cxx index 13d2ff3cd2be..1ad5a05cdbff 100644 --- a/configmgr/source/misc/tracer.cxx +++ b/configmgr/source/misc/tracer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tracer.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:17:59 $ + * last change: $Author: kz $ $Date: 2004-03-23 10:28:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -519,7 +519,6 @@ void OConfigTracer::implTrace(const sal_Char* _pType, const sal_Char* _pFormat, if (s_pImpl->isTracing(OTracerSetup::TIME)) { - static sal_Char szMessage[1024] = ""; fprintf(s_pImpl->m_pOutputMedium, "(%06lu)", getGlobalTimer()); } } |