summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index 9c79f13c947..dfa9e70b471 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -575,17 +575,6 @@ Ice::StringConversionException::ice_print(ostream& out) const
}
void
-Ice::EncapsulationException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\nprotocol error: illegal encapsulation";
- if(!reason.empty())
- {
- out << ":\n" << reason;
- }
-}
-
-void
Ice::NegativeSizeException::ice_print(ostream& out) const
{
Exception::ice_print(out);