diff options
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index a205af22a78..6753c597353 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -603,17 +603,6 @@ Ice::NoObjectFactoryException::ice_print(ostream& out) const } void -Ice::NoExceptionFactoryException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nprotocol error: no suitable exception factory found for `" << type << "'"; - if(!reason.empty()) - { - out << ":\n" << reason; - } -} - -void Ice::UnexpectedObjectException::ice_print(ostream& out) const { Exception::ice_print(out); |