From 4f8abcb65d30310f84648291b901b008e28235ba Mon Sep 17 00:00:00 2001
From: Robert K <robertk@posteo.org>
Date: Thu, 11 Feb 2016 21:42:13 +0100
Subject: [PATCH] [cleanup] remove unused variables.

---
 dune/fem-dg/algorithm/evolution.hh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dune/fem-dg/algorithm/evolution.hh b/dune/fem-dg/algorithm/evolution.hh
index c6624c31..0e932d8f 100644
--- a/dune/fem-dg/algorithm/evolution.hh
+++ b/dune/fem-dg/algorithm/evolution.hh
@@ -377,9 +377,6 @@ namespace Fem
      */
     void solve ( const int loop, TimeProviderType& tp, const double endTime )
     {
-      // print info on each printCount step
-      const int printCount = param_.printCount();
-
       double maxTimeStep = param_.maxTimeStep();
 
 #ifdef BASEFUNCTIONSET_CODEGEN_GENERATE
@@ -427,9 +424,6 @@ namespace Fem
         // reset time step estimate
         tp.provideTimeStepEstimate( maxTimeStep );
 
-        // current time step size
-        const double deltaT = tp.deltaT();
-
         //************************************************
         //* Compute an ODE timestep                      *
         //************************************************
-- 
GitLab