From bc60785ea56c7ad50180ef3bd18d32c3f12f6b0a Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 7 Jun 2007 03:25:06 +0000 Subject: [PATCH] Remove two unused temporary variables from SearchPath::add_subdirectory_to_paths git-svn-id: svn://localhost/ardour2/trunk@1977 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/search_path.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/pbd/search_path.cc b/libs/pbd/search_path.cc index 9a10557dab..146fd7eaf0 100644 --- a/libs/pbd/search_path.cc +++ b/libs/pbd/search_path.cc @@ -132,9 +132,6 @@ SearchPath::operator+ (const SearchPath& spath) SearchPath& SearchPath::add_subdirectory_to_paths (const string& subdir) { - vector tmp; - string directory_path; - for (vector::iterator i = m_dirs.begin(); i != m_dirs.end(); ++i) { // should these new paths just be added to the end of