INTEGRATION: CWS cfgcleanup (1.12.56); FILE MERGED

2004/02/09 15:30:25 jb 1.12.56.1: #i25025# Eliminate warnings from gcc
This commit is contained in:
Kurt Zenker 2004-03-23 09:28:04 +00:00
parent c487920d75
commit df57050f58

View file

@ -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());
}
}