From 81245f25c3f8fab60b1f9bba2d4b254f336c0ee5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Apr 2024 14:27:49 -0600 Subject: [PATCH] Remove two exceptions that are apparently no longer used. --- source/grid/tria.cc | 22 ---------------------- 1 file changed, 22 deletions(-) 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, -- 2.39.5