From: Dan Fandrich Date: Mon, 13 Aug 2007 16:37:51 +0000 (+0000) Subject: Removed unused variable. X-Git-Tag: curl-7_17_0~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee5e95ab1ec7350a52c9e746dc90441827abe84;p=curl Removed unused variable. --- diff --git a/lib/ldap.c b/lib/ldap.c index dbd2e2466..ab73a0f4b 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -126,7 +126,6 @@ CURLcode Curl_ldap(struct connectdata *conn, bool *done) int rc = 0; LDAP *server; LDAPURLDesc *ludp = NULL; - const char *mod_name; LDAPMessage *result; LDAPMessage *entryIterator; int num = 0;