From 7b5360ff74ff2375ca934e76a8b4c840c1c5565d Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 16 Feb 2007 21:19:13 +0000 Subject: ImplicitContext updates --- cpp/src/Ice/Exception.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpp/src/Ice/Exception.cpp') diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 659875a3725..9c79f13c947 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -649,14 +649,6 @@ Ice::FeatureNotSupportedException::ice_print(ostream& out) const out << ":\nfeature `" << unsupportedFeature << "' is not supported."; } -void -Ice::NotSetException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nkey '" << key << "' is not set"; -} - - void Ice::SecurityException::ice_print(ostream& out) const { -- cgit v1.2.3