From: Wolfgang Bangerth Date: Mon, 8 Apr 2024 20:27:49 +0000 (-0600) Subject: Remove two exceptions that are apparently no longer used. X-Git-Tag: v9.6.0-rc1~389^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16874%2Fhead;p=dealii.git Remove two exceptions that are apparently no longer used. --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 0eaaa200a2..617cac79d9 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -1884,28 +1884,6 @@ namespace internal * Exception * @ingroup Exceptions */ - DeclException2(ExcLineInexistant, - int, - int, - << "While trying to assign a boundary indicator to a line: " - << "the line with end vertices " << arg1 << " and " << arg2 - << " does not exist."); - /** - * Exception - * @ingroup Exceptions - */ - DeclException4(ExcQuadInexistant, - int, - int, - int, - int, - << "While trying to assign a boundary indicator to a quad: " - << "the quad with bounding lines " << arg1 << ", " << arg2 - << ", " << arg3 << ", " << arg4 << " does not exist."); - /** - * Exception - * @ingroup Exceptions - */ DeclException3( ExcInteriorLineCantBeBoundary, int,