From 35c71231accaa2f24a70f4066b967fa4999428f1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 Apr 2011 15:27:53 +0200 Subject: s3: Remove an unused variable --- source3/lib/tldap.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/lib/tldap.c') diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index 2f45a056df..cd1dea52ba 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -558,7 +558,6 @@ static void tldap_msg_received(struct tevent_req *subreq) subreq, struct tldap_context); struct tevent_req *req; struct tldap_msg_state *state; - struct tevent_context *ev; struct asn1_data *data; uint8_t *inbuf; ssize_t received; @@ -617,8 +616,6 @@ static void tldap_msg_received(struct tevent_req *subreq) state->inbuf = talloc_move(state, &inbuf); state->data = talloc_move(state, &data); - ev = state->ev; - talloc_set_destructor(req, NULL); tldap_msg_unset_pending(req); num_pending = talloc_array_length(ld->pending); -- cgit