From: Wolfgang Bangerth Date: Wed, 3 May 2006 02:28:51 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v8.0.0~11791 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8767d355f6a413d5af3c11aed1fda264335952e;p=dealii.git Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@13012 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/step-5.cc b/tests/hp/step-5.cc index de9ac2b34f..db56faae10 100644 --- a/tests/hp/step-5.cc +++ b/tests/hp/step-5.cc @@ -256,7 +256,7 @@ void LaplaceProblem::solve () template -void LaplaceProblem::output_results (const unsigned int cycle) const +void LaplaceProblem::output_results (const unsigned int) const { DataOut > data_out;