From: Wolfgang Bangerth Date: Thu, 28 May 2020 15:18:52 +0000 (-0600) Subject: Get rid of the TBB header files. X-Git-Tag: v9.3.0-rc1~1526^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98bb35b62099d1e64a92bcef8b44299bc749cade;p=dealii.git Get rid of the TBB header files. --- diff --git a/include/deal.II/base/thread_management.h b/include/deal.II/base/thread_management.h index bb7d2a59ff..de868ab064 100644 --- a/include/deal.II/base/thread_management.h +++ b/include/deal.II/base/thread_management.h @@ -35,15 +35,6 @@ # include # include # include -DEAL_II_DISABLE_EXTRA_DIAGNOSTICS -# ifdef DEAL_II_WITH_THREADS -# include -# define TBB_SUPPRESS_DEPRECATED_MESSAGES 1 -# include -# undef TBB_SUPPRESS_DEPRECATED_MESSAGES -# include -# endif -DEAL_II_ENABLE_EXTRA_DIAGNOSTICS