Skip to content
Snippets Groups Projects
Commit 350c761b authored by Alberto Massari's avatar Alberto Massari
Browse files

Performance improvements; cleanup of unused methods

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@634726 13f79535-47bb-0310-9956-ffa450edef68
parent c00ef7a5
No related branches found
No related tags found
No related merge requests found
...@@ -173,8 +173,6 @@ XMLTransService* XMLPlatformUtils::fgTransService2 = 0; ...@@ -173,8 +173,6 @@ XMLTransService* XMLPlatformUtils::fgTransService2 = 0;
PanicHandler* XMLPlatformUtils::fgUserPanicHandler = 0; PanicHandler* XMLPlatformUtils::fgUserPanicHandler = 0;
PanicHandler* XMLPlatformUtils::fgDefaultPanicHandler = 0; PanicHandler* XMLPlatformUtils::fgDefaultPanicHandler = 0;
MemoryManager* XMLPlatformUtils::fgMemoryManager = 0; MemoryManager* XMLPlatformUtils::fgMemoryManager = 0;
MemoryManagerArrayImpl gArrayMemoryManager;
MemoryManager* XMLPlatformUtils::fgArrayMemoryManager = &gArrayMemoryManager;
bool XMLPlatformUtils::fgMemMgrAdopted = true; bool XMLPlatformUtils::fgMemMgrAdopted = true;
XMLFileMgr* XMLPlatformUtils::fgFileMgr = 0; XMLFileMgr* XMLPlatformUtils::fgFileMgr = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment