summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-08 16:01:52 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-08 16:01:52 +0100
commit9887941643c108e6a5514449609f44f728cac13f (patch)
tree911b918268b1e828eb47c601f9a4db3627329a8d /cpp/src/Ice/Exception.cpp
parentFixed MinGW port (diff)
downloadice-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.cpp5
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)
{