zenfone6: Remove unused variable.
This doesn't fire until libc++ is updated. Presumably this used to
have some side effect that it shouldn't have had.
Test: m checkbuild
Bug: None
Change-Id: Ic60e0885799143efde23b91b05e5c1afd8356ae9
diff --git a/bootctrl/boot_control.cpp b/bootctrl/boot_control.cpp
index 9d8fb80..899b6e2 100644
--- a/bootctrl/boot_control.cpp
+++ b/bootctrl/boot_control.cpp
@@ -526,7 +526,6 @@
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__);