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