From bd7b4c48565be7a23209031a07e69de4a15c1a14 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Feb 2015 20:52:19 -0600 Subject: [PATCH] Remove an exception that is declared but not actually used any more. --- source/grid/tria.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/grid/tria.cc b/source/grid/tria.cc index be85a8fcb5..3a5598744c 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -922,11 +922,6 @@ namespace internal // internal::Triangulation using dealii::Triangulation; - /** - * Exception - * @ingroup Exceptions - */ - DeclException0 (ExcUncaughtState); /** * Exception * @ingroup Exceptions -- 2.39.5