diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-09 17:05:06 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-21 22:17:33 +0100 |
commit | 16ba62a78cd55d63a58be0b0d55b7b920a2a9853 (patch) | |
tree | 805fbe8f055cde53ed681834c38f0b29b101c400 | |
parent | d34961fdcf5a999d9debee3d1d8e255457798295 (diff) | |
download | sssd-16ba62a78cd55d63a58be0b0d55b7b920a2a9853.tar.gz sssd-16ba62a78cd55d63a58be0b0d55b7b920a2a9853.tar.bz2 sssd-16ba62a78cd55d63a58be0b0d55b7b920a2a9853.zip |
Remove unused structure
-rw-r--r-- | src/providers/ipa/ipa_hbac_users.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/providers/ipa/ipa_hbac_users.c b/src/providers/ipa/ipa_hbac_users.c index 2b27b1f7..727d57ed 100644 --- a/src/providers/ipa/ipa_hbac_users.c +++ b/src/providers/ipa/ipa_hbac_users.c @@ -24,12 +24,6 @@ #include "providers/ipa/ipa_hbac_private.h" #include "providers/ldap/sdap_async.h" -struct hbac_update_groups_state { - struct hbac_ctx *hbac_ctx; - struct sysdb_ctx *sysdb; -}; - - /* Returns EOK and populates groupname if * the group_dn is actually a group. * Returns ENOENT if group_dn does not point |