From 6261c20ca19fa3f9ba370bf8c84a963e9bfc4578 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 3 Feb 2019 14:04:33 +0100 Subject: [PATCH] Remove unused variables --- source/matrix_free/task_info.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/matrix_free/task_info.cc b/source/matrix_free/task_info.cc index 33bee62a3c..1fd323d2cf 100644 --- a/source/matrix_free/task_info.cc +++ b/source/matrix_free/task_info.cc @@ -423,7 +423,6 @@ namespace internal std::vector blocked_worker( n_blocked_workers); unsigned int worker_index = 0, slice_index = 0; - unsigned int spawn_index = 0; int spawn_index_child = -2; MPICommunication *worker_compr = new (root->allocate_child()) MPICommunication(funct, true); @@ -432,7 +431,6 @@ namespace internal part < partition_row_index.size() - 1; part++) { - const unsigned int spawn_index_new = worker_index; if (part == 0) worker[worker_index] = new (worker_compr->allocate_child()) @@ -474,7 +472,6 @@ namespace internal ExcInternalError()); tbb::task::spawn(*worker[spawn_index_child]); } - spawn_index = spawn_index_new; spawn_index_child = -2; } else -- 2.39.5