summaryrefslogtreecommitdiff
path: root/libs/pbd/search_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/search_path.cc')
-rw-r--r--libs/pbd/search_path.cc3
1 files changed, 0 insertions, 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<sys::path> tmp;
- string directory_path;
-
for (vector<sys::path>::iterator i = m_dirs.begin(); i != m_dirs.end(); ++i)
{
// should these new paths just be added to the end of