Author: amassari
Date: Fri Mar 7 08:11:39 2008
New Revision: 634726
URL: http://svn.apache.org/viewvc?rev=634726&view=rev
Log:
Performance improvements; cleanup of unused methods
Modified:
xerces/c/trunk/src/xercesc/util/PlatformUtils.cpp
Modified: xerces/c/trunk/src/xercesc/util/PlatformUtils.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/PlatformUtils.cpp?rev=634726&r1=634725&r2=634726&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/PlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/PlatformUtils.cpp Fri Mar 7 08:11:39 2008
@@ -173,8 +173,6 @@
PanicHandler* XMLPlatformUtils::fgUserPanicHandler = 0;
PanicHandler* XMLPlatformUtils::fgDefaultPanicHandler = 0;
MemoryManager* XMLPlatformUtils::fgMemoryManager = 0;
-MemoryManagerArrayImpl gArrayMemoryManager;
-MemoryManager* XMLPlatformUtils::fgArrayMemoryManager =
&gArrayMemoryManager;
bool XMLPlatformUtils::fgMemMgrAdopted = true;
XMLFileMgr* XMLPlatformUtils::fgFileMgr = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]