From 9561122cbf957a33dceaf6af701f4aab256e5617 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 4 Mar 2017 16:50:32 -0500 Subject: [PATCH] Remove some empty destructors. The compiler can generate these for us. --- source/fe/fe_tools_extrapolate.cc | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/source/fe/fe_tools_extrapolate.cc b/source/fe/fe_tools_extrapolate.cc index f8664dd84e..d902e5f50b 100644 --- a/source/fe/fe_tools_extrapolate.cc +++ b/source/fe/fe_tools_extrapolate.cc @@ -69,8 +69,6 @@ namespace FETools ExtrapolateImplementation (); - ~ExtrapolateImplementation (); - template void extrapolate_parallel (const InVector &u2_relevant, const DoFHandler &dof2, @@ -379,9 +377,6 @@ namespace FETools AssertThrow(false, ExcNotImplemented()) } - ~ExtrapolateImplementation () - {} - template void extrapolate_parallel (const InVector &/*u2_relevant*/, const DoFHandler<1,1> &/*dof2*/, @@ -399,9 +394,6 @@ namespace FETools AssertThrow(false, ExcNotImplemented()) } - ~ExtrapolateImplementation () - {} - template void extrapolate_parallel (const InVector &/*u2_relevant*/, const DoFHandler<1,2> &/*dof2*/, @@ -419,9 +411,6 @@ namespace FETools AssertThrow(false, ExcNotImplemented()) } - ~ExtrapolateImplementation () - {} - template void extrapolate_parallel (const InVector &/*u2_relevant*/, const DoFHandler<1,3> &/*dof2*/, @@ -439,13 +428,6 @@ namespace FETools - template - ExtrapolateImplementation:: - ~ExtrapolateImplementation () - {} - - - template ExtrapolateImplementation:: CellData::CellData () -- 2.39.5