From 154af901ea1d676feb92bb37a37640f7d0a2e1d7 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 14 Sep 2005 12:23:26 +0000 Subject: [PATCH] Remove path and endp variables which are not used. git-svn-id: https://svn.dealii.org/trunk@11420 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/path_search.cc | 2 -- 1 file changed, 2 deletions(-) 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 << "] " -- 2.39.5