From 037de0b004399d5536b05492c83316cad9422949 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Feb 2015 20:52:43 -0600 Subject: [PATCH] Remove an exception that is declared but not actually used any more. --- source/grid/tria.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 3a5598744c..d181fb2135 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -922,14 +922,6 @@ namespace internal // internal::Triangulation using dealii::Triangulation; - /** - * Exception - * @ingroup Exceptions - */ - DeclException2 (ExcGridsDoNotMatch, - int, int, - << "The present grid has " << arg1 << " active cells, " - << "but the one in the file had " << arg2); /** * Exception * @ingroup Exceptions -- 2.39.5