summaryrefslogtreecommitdiff
path: root/CIAO/tools
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-09 11:27:36 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-09 11:27:36 +0000
commit4614f92dbd7fd4393dced21b442d909b4d181606 (patch)
tree6ea28bae64588bd1e7a4fa2470d59b0111fd6293 /CIAO/tools
parent3238c51375b6b24895b9d365b098841c0faedee7 (diff)
downloadATCD-4614f92dbd7fd4393dced21b442d909b4d181606.tar.gz
Fri Jul 9 11:26:30 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* tools/XML/XML_Schema_Resolver.cpp: Remove extraneous call to initialize.
Diffstat (limited to 'CIAO/tools')
-rw-r--r--CIAO/tools/XML/XML_Schema_Resolver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/CIAO/tools/XML/XML_Schema_Resolver.cpp b/CIAO/tools/XML/XML_Schema_Resolver.cpp
index afa2ef14dc7..8620d62fe10 100644
--- a/CIAO/tools/XML/XML_Schema_Resolver.cpp
+++ b/CIAO/tools/XML/XML_Schema_Resolver.cpp
@@ -32,7 +32,6 @@ namespace CIAO
Environment_Resolver::Environment_Resolver (const ACE_TCHAR *variable,
const ACE_TCHAR *relpath)
{
- xercesc::XMLPlatformUtils::Initialize();
this->add_path (variable, relpath);
}