From: Wolfgang Bangerth Date: Thu, 25 Aug 2016 19:50:58 +0000 (-0600) Subject: Remove an exception that is apparently no longer used. X-Git-Tag: v8.5.0-rc1~737^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc62df7a7cf57d8cc8a2bbaa1bab122fe04a2500;p=dealii.git Remove an exception that is apparently no longer used. --- diff --git a/include/deal.II/base/multithread_info.h b/include/deal.II/base/multithread_info.h index 6856660d9a..9837936da1 100644 --- a/include/deal.II/base/multithread_info.h +++ b/include/deal.II/base/multithread_info.h @@ -94,11 +94,6 @@ public: */ static bool is_running_single_threaded (); - /** - * Exception - */ - DeclException0(ExcProcNotPresent); - private: