From: bangerth Date: Sat, 9 Sep 2006 20:11:34 +0000 (+0000) Subject: Remove an unnecessary comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc3484eecf7e5a6389ffe1d33731f337ec285c4;p=dealii-svn.git Remove an unnecessary comment. git-svn-id: https://svn.dealii.org/trunk@13872 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-23/step-23.cc b/deal.II/examples/step-23/step-23.cc index 39e42a9f38..c6c8100970 100644 --- a/deal.II/examples/step-23/step-23.cc +++ b/deal.II/examples/step-23/step-23.cc @@ -764,13 +764,6 @@ int main () return 1; } - // If the exception that was thrown - // somewhere was not an object of a - // class derived from the standard - // exception class, then we - // can't do anything at all. We - // then simply print an error - // message and exit. catch (...) { std::cerr << std::endl << std::endl