From: Peter Munch Date: Sat, 23 May 2020 23:02:49 +0000 (+0200) Subject: Remove redundant instantiation of ShapeInfo X-Git-Tag: v9.3.0-rc1~1572^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2407f6cbc436c9000a1d6318089f16643edfd264;p=dealii.git Remove redundant instantiation of ShapeInfo --- diff --git a/source/matrix_free/matrix_free.cc b/source/matrix_free/matrix_free.cc index 5f50a9951c..c0ffd272c0 100644 --- a/source/matrix_free/matrix_free.cc +++ b/source/matrix_free/matrix_free.cc @@ -30,11 +30,4 @@ DEAL_II_NAMESPACE_OPEN #endif #include "matrix_free.inst" -#if SPLIT_INSTANTIATIONS_INDEX == 0 - -template struct internal::MatrixFreeFunctions::ShapeInfo; -template struct internal::MatrixFreeFunctions::ShapeInfo; - -#endif - DEAL_II_NAMESPACE_CLOSE