s3:idmap_ldap: remove unused idmap_ldap_alloc_context.
authorMichael Adam <obnox@samba.org>
Tue, 7 Dec 2010 23:26:29 +0000 (00:26 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 2 Jan 2011 11:51:54 +0000 (12:51 +0100)
source3/winbindd/idmap_ldap.c

index d78041053a91c06e67fc7ec12dac55dab96ef6cd..91c8f1e6be20fe165850f953b341d9fd56f74d0a 100644 (file)
@@ -61,13 +61,6 @@ static char *idmap_fetch_secret(const char *backend, bool alloc,
        return ret;
 }
 
-struct idmap_ldap_alloc_context {
-       struct smbldap_state *smbldap_state;
-       char *url;
-       char *suffix;
-       char *user_dn;
-};
-
 struct idmap_ldap_context {
        struct smbldap_state *smbldap_state;
        char *url;