From 2a5bc9dfbf7c6a80e5f7cb4dd05b4036741478bc Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 3 Oct 2017 13:45:03 -0700 Subject: Use -Werror in build/make * Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Iced5bb903902f49d7cd5cf5f572906a512c75e18 --- tools/atree/files.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/atree/files.cpp') 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& excludes, vector* more) { - int err; - string full = path_append(rec.sourceBase, rec.sourceName); full = path_append(full, path); -- cgit v1.2.3-59-g8ed1b