diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-09 15:29:30 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-09 15:29:30 +0000 |
commit | 11e9fdc3389cbf0be56b9eacf57d911a6e04de05 (patch) | |
tree | 5b648ca6509c27ee425056a9b753605d2e919250 /cpp/src/Ice/Exception.cpp | |
parent | Back out previous change (diff) | |
download | ice-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.cpp | 4 |
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) |