summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-12-13 13:09:22 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-13 13:09:22 -0800
commitf37751d23fca6eb87a7667cdbb8f8ea2d4229767 (patch)
tree677dc496b7ae950e7aa60a5d37f02337b4741b2d
parent950d583bab5fe321d4d68f150fe1151783cc8c70 (diff)
parent0e7b826d976075e73b0cd77750ae121842d84c35 (diff)
Remove unused variable. am: 30d1d22c70
am: 0e7b826d97 Change-Id: Ic7ea2c1b06652176982e2183159a1f7d2fbbecfb
-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__);