diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-08-13 16:37:51 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-08-13 16:37:51 +0000 |
commit | 8ee5e95ab1ec7350a52c9e746dc90441827abe84 (patch) | |
tree | 8b8bc16bd406d0e025f4e40885aa222b0d8f4a78 | |
parent | 22c61d8da637d19aef219ee910147b3f547d3fe9 (diff) |
Removed unused variable.
-rw-r--r-- | lib/ldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |