summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBox/Exception.cpp')
-rw-r--r--cpp/src/IceBox/Exception.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/cpp/src/IceBox/Exception.cpp b/cpp/src/IceBox/Exception.cpp
deleted file mode 100644
index 342349c4b1d..00000000000
--- a/cpp/src/IceBox/Exception.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#include <IceBox/IceBox.h>
-#include <Ice/Stream.h>
-
-using namespace std;
-using namespace Ice;
-using namespace IceInternal;
-
-void
-IceBox::ServiceFailureException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\nservice failure exception";
-}