From 2274cec5ef2f17f28584dd9fb1abb510faf67545 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Thu, 28 Jul 2005 15:49:40 +0000 Subject: [PATCH] Cleaned p unused variables. [[Imported from SVN: r300]] --- istl/indicessyncer.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/istl/indicessyncer.hh b/istl/indicessyncer.hh index 1ab2ef4db..d06469839 100644 --- a/istl/indicessyncer.hh +++ b/istl/indicessyncer.hh @@ -408,9 +408,6 @@ namespace Dune GlobalIndexIterator gEnd = global->second.end(); IndexIterator index = indexSet.begin(); - int gsize = global->second.size(); - int rsize = remote->second.first->size(); - assert(rIndex==riEnd || gIndex != global->second.end()); while(rIndex != riEnd) { // Search for the index in the set. -- GitLab