From a00b6990066464cbd0d2be74232934ddc318dcd6 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Fri, 4 Jan 2013 22:15:34 -0400 Subject: [PATCH] core: Remove leftover from pending_uuids removal The struct controller_info "pending_uuids" field was removed on commit 1dd77eda25aae5ed963683dfc125d3ef01187eba. --- src/mgmt.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/mgmt.c b/src/mgmt.c index dbebdc8c7..c83320f7b 100644 --- a/src/mgmt.c +++ b/src/mgmt.c @@ -1449,15 +1449,6 @@ fail: void mgmt_cleanup(void) { - int index; - - for (index = 0; index <= max_index; index++) { - struct controller_info *info = &controllers[index]; - - if (!info->valid) - continue; - } - g_free(controllers); controllers = NULL; max_index = -1; -- 2.47.3