mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 02:17:49 +01:00
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:
parent
a94bbda76c
commit
bc60785ea5
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue