From 2cc3484eecf7e5a6389ffe1d33731f337ec285c4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 9 Sep 2006 20:11:34 +0000 Subject: [PATCH] Remove an unnecessary comment. git-svn-id: https://svn.dealii.org/trunk@13872 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-23/step-23.cc | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.39.5