diff options
author | Sumit Bose <sbose@redhat.com> | 2010-11-29 14:24:49 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-21 08:20:32 -0500 |
commit | 03f88547ec3f42980f4f71af7d017cd7b8b8070a (patch) | |
tree | 4b58e25fa2509071e5585b94108a0667567602cc | |
parent | 3767675546204e4b2ace9a3c17f9ff2aed2c18a4 (diff) | |
download | sssd-03f88547ec3f42980f4f71af7d017cd7b8b8070a.tar.gz sssd-03f88547ec3f42980f4f71af7d017cd7b8b8070a.tar.bz2 sssd-03f88547ec3f42980f4f71af7d017cd7b8b8070a.zip |
Remove unused member of a struct
-rw-r--r-- | src/providers/ldap/ldap_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 8f25e423..ba8d1303 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -60,7 +60,6 @@ struct sdap_id_ctx { struct sdap_auth_ctx { struct be_ctx *be; struct sdap_options *opts; - struct fo_service *fo_service; struct sdap_service *service; struct sdap_service *chpass_service; }; |