Remove unused variable. am: 30d1d22c70
am: 0e7b826d97

Change-Id: Ic7ea2c1b06652176982e2183159a1f7d2fbbecfb
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 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__);