From: David Wells Date: Sat, 4 Mar 2017 21:50:32 +0000 (-0500) Subject: Remove some empty destructors. X-Git-Tag: v8.5.0-rc1~70^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9561122cbf957a33dceaf6af701f4aab256e5617;p=dealii.git Remove some empty destructors. The compiler can generate these for us. --- 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 ()