X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.cci;h=efe49618d6ec26100f7739dee85eb0ce4a63ea98;hb=7a4d13b962b9cd20e2e0bad0753a9bb1ca3219c4;hp=84f5d7b0e058f095491995a20606d98d62da3055;hpb=1d247d12d1759ffd77f456efe3a52f03dd289994;p=senf.git diff --git a/Utils/Exception.cci b/Utils/Exception.cci index 84f5d7b..efe4961 100644 --- a/Utils/Exception.cci +++ b/Utils/Exception.cci @@ -82,14 +82,6 @@ prefix_ senf::SystemException::~SystemException() throw() {} -prefix_ void senf::SystemException::init(std::string const & where, int code) -{ - code_ = code; - if (! where.empty()) - (*this) << where << ": "; - (*this) << "(" << code << ") " << description(); -} - ///////////////////////////////cci.e/////////////////////////////////////// #undef prefix_