summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-12-13 13:13:36 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-13 13:13:36 -0800
commit4836f89cd4c640b0cbbc0a725681e8152782e209 (patch)
tree94f22ddbfbb7bab95fe186ace89fc86fdfc84324
parentd47c70a69b3fe799ab04cf9b1d90fde6aca92c4b (diff)
parentf37751d23fca6eb87a7667cdbb8f8ea2d4229767 (diff)
downloadandroid_hardware_qcom_bootctrl-4836f89cd4c640b0cbbc0a725681e8152782e209.tar.gz
android_hardware_qcom_bootctrl-4836f89cd4c640b0cbbc0a725681e8152782e209.tar.bz2
android_hardware_qcom_bootctrl-4836f89cd4c640b0cbbc0a725681e8152782e209.zip
Remove unused variable. am: 30d1d22c70 am: 0e7b826d97
am: f37751d23f Change-Id: I66f95b985a705545401f628472b0da76674bcd31
-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__);