summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Admin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Admin.cpp')
-rw-r--r--cpp/src/IceStorm/Admin.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpp/src/IceStorm/Admin.cpp b/cpp/src/IceStorm/Admin.cpp
index a01ee621e09..569eeb790a2 100644
--- a/cpp/src/IceStorm/Admin.cpp
+++ b/cpp/src/IceStorm/Admin.cpp
@@ -15,9 +15,6 @@
#include <Ice/Application.h>
#include <IceStorm/Parser.h>
-#include <Ice/Xerces.h>
-#include <xercesc/util/PlatformUtils.hpp>
-
#include <fstream>
using namespace std;
@@ -35,21 +32,8 @@ public:
int
main(int argc, char* argv[])
{
- try
- {
- ICE_XERCES_NS XMLPlatformUtils::Initialize();
- }
- catch(const ICE_XERCES_NS XMLException& e)
- {
- cout << e.getMessage() << endl;
- return EXIT_FAILURE;
- }
-
Client app;
int rc = app.main(argc, argv);
-
- ICE_XERCES_NS XMLPlatformUtils::Terminate();
-
return rc;
}