From: daniel.arndt Date: Fri, 6 Sep 2013 18:26:02 +0000 (+0000) Subject: removed unused variable in match_tree_recursively X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9a00f043d72e97fd6f51e44d292e4c69df62f6;p=dealii-svn.git removed unused variable in match_tree_recursively git-svn-id: https://svn.dealii.org/trunk@30634 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index 5f253bf449..fc902abfa1 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -1173,12 +1173,11 @@ namespace const typename internal::p4est::types::forest &forest, const types::subdomain_id my_subdomain) { - ssize_t sidx; // check if this cell exists in // the local p4est cell - if ((sidx = sc_array_bsearch(const_cast(&tree.quadrants), + if (sc_array_bsearch(const_cast(&tree.quadrants), &p4est_cell, - internal::p4est::functions::quadrant_compare)) + internal::p4est::functions::quadrant_compare) != -1) { // yes, cell found in local part of p4est