diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-08 16:01:52 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-08 16:01:52 +0100 |
commit | 9887941643c108e6a5514449609f44f728cac13f (patch) | |
tree | 911b918268b1e828eb47c601f9a4db3627329a8d /cpp/src/Ice/Exception.cpp | |
parent | Fixed MinGW port (diff) | |
download | ice-9887941643c108e6a5514449609f44f728cac13f.tar.bz2 ice-9887941643c108e6a5514449609f44f728cac13f.tar.xz ice-9887941643c108e6a5514449609f44f728cac13f.zip |
C++ fix for ICE-4930, invalid 1.0 marhsaling of pending objects
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 91b1377230b..177eb58e8a0 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -137,11 +137,6 @@ Ice::UserException::__usesClasses() const return false; } -void -Ice::UserException::__usesClasses(bool) -{ -} - Ice::LocalException::LocalException(const char* file, int line) : Exception(file, line) { |