tldap: Remove unneeded vars
authorVolker Lendecke <vl@samba.org>
Sun, 27 Dec 2015 14:31:58 +0000 (15:31 +0100)
committerRalph Boehme <slow@samba.org>
Sun, 10 Jan 2016 21:24:17 +0000 (22:24 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/tldap.c

index 17238a547e0ed75752e209dc1e15e942b5d5b7c5..ee46c66f93172e516cf91927f7bede050cc0ff48 100644 (file)
@@ -57,9 +57,6 @@ struct tldap_ctx_attribute {
 
 struct tldap_context {
        int ld_version;
-       int ld_deref;
-       int ld_sizelimit;
-       int ld_timelimit;
        struct tstream_context *conn;
        bool server_down;
        int msgid;