summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-09 15:29:30 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-09 15:29:30 +0000
commit11e9fdc3389cbf0be56b9eacf57d911a6e04de05 (patch)
tree5b648ca6509c27ee425056a9b753605d2e919250 /cpp/src/Ice/Exception.cpp
parentBack out previous change (diff)
downloadice-11e9fdc3389cbf0be56b9eacf57d911a6e04de05.tar.bz2
ice-11e9fdc3389cbf0be56b9eacf57d911a6e04de05.tar.xz
ice-11e9fdc3389cbf0be56b9eacf57d911a6e04de05.zip
Back out last change
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index 74826bc0cea..b090f88b013 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -29,10 +29,6 @@ Ice::LocalException::LocalException(const char* file, int line) :
{
}
-Ice::LocalException::~LocalException() throw()
-{
-}
-
#if defined(__SUNPRO_CC)
ostream&
Ice::operator<<(ostream& out, const Ice::UserException& ex)