summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-12-13 13:01:55 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-13 13:01:55 -0800
commit0e7b826d976075e73b0cd77750ae121842d84c35 (patch)
tree9d41443463b0b8bda229012c0a1d6ecba8eacee6
parent99aec6aaae615e1c2bc79d0a7ca33cadce55ae61 (diff)
parent30d1d22c70adc51f2a8d6810102ec8cd62585dc9 (diff)
Remove unused variable.
am: 30d1d22c70 Change-Id: Idfbfb636660251f632649213256e15a1a1b4a9a3
-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__);