From d151a15784a7042bd43bbb731bc31823750e2de6 Mon Sep 17 00:00:00 2001 From: Rene Milk <rene.milk@wwu.de> Date: Mon, 6 Jun 2016 12:45:58 +0200 Subject: [PATCH] [timings] remove unused local var --- dune/xt/common/timings.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/xt/common/timings.cc b/dune/xt/common/timings.cc index 3d3b72750..36c0f253d 100644 --- a/dune/xt/common/timings.cc +++ b/dune/xt/common/timings.cc @@ -205,7 +205,6 @@ void Timings::output_all_measures(std::ostream& out, MPIHelper::MPICommunicator << section.first << "_avg_wall" << csv_sep_ << section.first << "_max_wall" << csv_sep_ << section.first << "_avg_sys" << csv_sep_ << section.first << "_max_sys"; } - int i = 0; const auto weight = 1 / double(comm.size()); stash << std::endl << threadManager().max_threads() << csv_sep_ << comm.size(); -- GitLab