diff options
Diffstat (limited to 'tools/atree/files.cpp')
-rw-r--r-- | tools/atree/files.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp index d945f589c2..d5c8a977dd 100644 --- a/tools/atree/files.cpp +++ b/tools/atree/files.cpp @@ -425,8 +425,6 @@ list_dir(const string& path, const FileRecord& rec, const vector<string>& excludes, vector<FileRecord>* more) { - int err; - string full = path_append(rec.sourceBase, rec.sourceName); full = path_append(full, path); |