From: Wolfgang Bangerth Date: Thu, 30 Jun 2005 20:34:06 +0000 (+0000) Subject: There's no point to print a stacktrace in what() -- this function is X-Git-Tag: v8.0.0~13541 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47742d269d89e789708af206464015f0b993eb93;p=dealii.git There's no point to print a stacktrace in what() -- this function is usually called at the place where an exception is caught, not where it is triggered... git-svn-id: https://svn.dealii.org/trunk@11015 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/exceptions.cc b/deal.II/base/source/exceptions.cc index c33ef814d0..36095e85d3 100644 --- a/deal.II/base/source/exceptions.cc +++ b/deal.II/base/source/exceptions.cc @@ -161,8 +161,6 @@ const char * ExceptionBase::what () const throw () // put in exception specific data print_info (converter); - print_stack_trace (converter); // put in stacktrace (if available) - converter << "--------------------------------------------------------" << std::endl; #ifndef HAVE_STD_STRINGSTREAM