From: wolf Date: Fri, 13 Sep 2002 22:15:05 +0000 (+0000) Subject: Remove unnecessary variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92b2ac12c3cc5598cc092d0caf574b1505e79e5;p=dealii-svn.git Remove unnecessary variable. git-svn-id: https://svn.dealii.org/trunk@6422 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/nedelec_2.cc b/tests/fe/nedelec_2.cc index 7622306998..c208b19dab 100644 --- a/tests/fe/nedelec_2.cc +++ b/tests/fe/nedelec_2.cc @@ -85,7 +85,6 @@ template inline void check () { - FE_Nedelec fe_ned(1); Triangulation tr; GridGenerator::hyper_cube(tr, 0., 1.);