From 54e9639b626a110637910a65020f672efe848675 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Tue, 21 Dec 2010 23:11:50 +0100 Subject: [PATCH] ucm: removed unused 'active' member in struct use_case_device Signed-off-by: Liam Girdwood Signed-off-by: Jaroslav Kysela --- src/ucm/ucm_local.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h index 9f71d42b..13e82da9 100644 --- a/src/ucm/ucm_local.h +++ b/src/ucm/ucm_local.h @@ -115,8 +115,6 @@ struct use_case_device { struct list_head list; struct list_head active_list; - unsigned int active: 1; - char *name; char *comment; -- 2.47.1