diff options
author | Andrew <andrewlassalle@chromium.org> | 2020-03-26 13:40:37 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-03-28 17:20:31 +0000 |
commit | 9d5a61d7c71beb655e67eaf5c685e7add8f7768d (patch) | |
tree | 153e89c077acd3d77b638c8fb89bc2a091daa911 /common/subprocess.cc | |
parent | 48ec4c85c00fc7be778dd2d1ce37d8f2908f8f17 (diff) |
update_engine: Fix issues reported by clang-tidy
Fix uninitialized variables and some other minor issues reported by
clang-tidy.
BUG=chromium:982837
TEST=cros_workon_make update_engine --test
Change-Id: I305dedb058c9b0787ba2f68feff42afe6810a276
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2122683
Reviewed-by: Amin Hassani <ahassani@chromium.org>
Tested-by: Andrew Lassalle <andrewlassalle@chromium.org>
Commit-Queue: Andrew Lassalle <andrewlassalle@chromium.org>
Diffstat (limited to 'common/subprocess.cc')
-rw-r--r-- | common/subprocess.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/subprocess.cc b/common/subprocess.cc index 52065030..24ad2d9b 100644 --- a/common/subprocess.cc +++ b/common/subprocess.cc @@ -36,7 +36,6 @@ #include "update_engine/common/utils.h" -using brillo::MessageLoop; using std::string; using std::unique_ptr; using std::vector; |