From: Ralf Hartmann Date: Wed, 14 Sep 2005 12:23:26 +0000 (+0000) Subject: Remove path and endp variables which are not used. X-Git-Tag: v8.0.0~13171 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154af901ea1d676feb92bb37a37640f7d0a2e1d7;p=dealii.git Remove path and endp variables which are not used. git-svn-id: https://svn.dealii.org/trunk@11420 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/path_search.cc b/deal.II/base/source/path_search.cc index 63d49b68a9..f83f102f83 100644 --- a/deal.II/base/source/path_search.cc +++ b/deal.II/base/source/path_search.cc @@ -129,9 +129,7 @@ PathSearch::find (const std::string& filename, const char* open_mode) { std::vector::const_iterator suffix; - std::vector::const_iterator path; const std::vector::const_iterator ends = my_suffix_list.end(); - const std::vector::const_iterator endp = my_path_list.end(); if (debug > 2) deallog << "PathSearch[" << cls << "] "