From: Wolfgang Bangerth Date: Fri, 27 Feb 2015 02:52:43 +0000 (-0600) Subject: Remove an exception that is declared but not actually used any more. X-Git-Tag: v8.3.0-rc1~411^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037de0b004399d5536b05492c83316cad9422949;p=dealii.git Remove an exception that is declared but not actually used any more. --- 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