From: Wolfgang Bangerth Date: Sun, 24 Jul 2016 02:30:04 +0000 (-0500) Subject: Remove a specialization of a function. X-Git-Tag: v8.5.0-rc1~853^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c412c7e9e1b751986003c6a54d6b806f579f972f;p=dealii.git Remove a specialization of a function. This is possible now that the general template apparently compiles. --- diff --git a/source/multigrid/mg_tools.cc b/source/multigrid/mg_tools.cc index 387d5903d1..7fbd17a7c6 100644 --- a/source/multigrid/mg_tools.cc +++ b/source/multigrid/mg_tools.cc @@ -1167,17 +1167,6 @@ namespace MGTools } - template <> - void - make_boundary_list( - const DoFHandler<1,1> &, - const FunctionMap<1>::type &, - std::vector > &, - const ComponentMask &) - { - Assert(false, ExcNotImplemented()); - } - template void @@ -1225,17 +1214,6 @@ namespace MGTools } - template <> - void - make_boundary_list( - const DoFHandler<1,1> &, - const std::set &, - std::vector &, - const ComponentMask &) - { - Assert(false, ExcNotImplemented()); - } - template void