s3:idmap_ldap: remove unused filter range from struct idmap_ldap_context
[metze/samba/wip.git] / source3 / winbindd / idmap_ldap.c
index aefec3e3d16ec29f771bfbf8731dead83e50200b..88ecaae3f78bde182101022945c5c192b33c244e 100644 (file)
@@ -61,7 +61,6 @@ struct idmap_ldap_context {
        char *url;
        char *suffix;
        char *user_dn;
-       uint32_t filter_low_id, filter_high_id;         /* Filter range */
        bool anon;
 };