summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-12-16 04:04:57 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-12-16 04:04:57 +0000
commitbbf821a8816f079c072d69a72d0f807a693dbf16 (patch)
tree94f22ddbfbb7bab95fe186ace89fc86fdfc84324
parentb36120c76c58f1ae4d6acd2f58b620814c91b12d (diff)
parent4836f89cd4c640b0cbbc0a725681e8152782e209 (diff)
Snap for 5184694 from 4836f89cd4c640b0cbbc0a725681e8152782e209 to qt-release
Change-Id: I6e83de03ceb253b42a90f9f18887eeb88b8255f5
-rw-r--r--boot_control.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot_control.cpp b/boot_control.cpp
index e8a6421..2452412 100644
--- a/boot_control.cpp
+++ b/boot_control.cpp
@@ -527,7 +527,6 @@ int set_active_boot_slot(struct boot_control_module *module, unsigned slot)
int rc = -1;
int is_ufs = gpt_utils_is_ufs_device();
map<string, vector<string>>::iterator map_iter;
- vector<string>::iterator string_iter;
if (boot_control_check_slot_sanity(module, slot)) {
ALOGE("%s: Bad arguments", __func__);