From: Graham Harper Date: Wed, 11 Jul 2018 19:25:54 +0000 (+0000) Subject: Removed unused variable X-Git-Tag: v9.1.0-rc1~846^2~10 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abdcf8d1be6ecdeb076942bddda0db9411d1162c;p=dealii.git Removed unused variable --- diff --git a/tests/fe/br_approximation_01.cc b/tests/fe/br_approximation_01.cc index 0caedda466..22a9532a64 100644 --- a/tests/fe/br_approximation_01.cc +++ b/tests/fe/br_approximation_01.cc @@ -29,8 +29,6 @@ std::ofstream logfile("output"); -char buf[1000]; - #include #include