13
0

Remove two unused temporary variables from SearchPath::add_subdirectory_to_paths

git-svn-id: svn://localhost/ardour2/trunk@1977 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-07 03:25:06 +00:00
parent a94bbda76c
commit bc60785ea5

View File

@ -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