diff options
author | Andy Grover <agrover@redhat.com> | 2013-11-25 11:56:09 -0800 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-12-16 12:39:04 -0800 |
commit | 38becbeadfc9318867d98c9d792b40997d5cb264 (patch) | |
tree | dc421fb217a1af3aae35ae86d73be296b8f506d4 /include/target | |
parent | 374b105797c3d4f29c685f3be535c35f5689b30e (diff) |
target: Remove unused ua_dev_list member in struct se_ua
Initialized but not used.
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 45412a6afa6..d6f96c73530 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -504,7 +504,6 @@ struct se_ua { u8 ua_asc; u8 ua_ascq; struct se_node_acl *ua_nacl; - struct list_head ua_dev_list; struct list_head ua_nacl_list; }; |