summaryrefslogtreecommitdiff
path: root/tools/atree/files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/atree/files.cpp')
-rw-r--r--tools/atree/files.cpp2
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);