From: Wolfgang Bangerth Date: Tue, 10 Jul 2018 21:53:42 +0000 (-0600) Subject: Remove an unused global variable in a test. X-Git-Tag: v9.1.0-rc1~929^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6908%2Fhead;p=dealii.git Remove an unused global variable in a test. --- diff --git a/tests/fe/rt_approximation_01.cc b/tests/fe/rt_approximation_01.cc index 06b224d3d9..aed0880469 100644 --- a/tests/fe/rt_approximation_01.cc +++ b/tests/fe/rt_approximation_01.cc @@ -31,8 +31,6 @@ std::ofstream logfile("output"); -char buf[1000]; - #include #include