From: Wolfgang Bangerth Date: Tue, 13 Sep 2016 21:30:04 +0000 (-0600) Subject: Remove an unused exception class. X-Git-Tag: v8.5.0-rc1~675^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3112%2Fhead;p=dealii.git Remove an unused exception class. --- diff --git a/include/deal.II/base/convergence_table.h b/include/deal.II/base/convergence_table.h index fbb041cf42..96f53bd01b 100644 --- a/include/deal.II/base/convergence_table.h +++ b/include/deal.II/base/convergence_table.h @@ -205,11 +205,6 @@ public: * @{ */ - /** - * Exception - */ - DeclException0 (ExcWrongValueType); - /** * Exception */