From c94d11a34ecb2da9ea9916288e105a0dcb4d1acf Mon Sep 17 00:00:00 2001 From: Divya Sharma Date: Tue, 29 Jan 2019 14:59:13 -0800 Subject: Fix build errors. - boot_control: Removes unused variable. Change-Id: Ib8b5f5bed54dcba8bd24eeb79927fffd422c0b4d --- boot_control.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/boot_control.cpp b/boot_control.cpp index 7319f9a..899b6e2 100644 --- a/boot_control.cpp +++ b/boot_control.cpp @@ -526,7 +526,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>::iterator map_iter; - vector::iterator string_iter; if (boot_control_check_slot_sanity(module, slot)) { ALOGE("%s: Bad arguments", __func__); -- cgit v1.2.3