aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-08-13 16:37:51 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-08-13 16:37:51 +0000
commit8ee5e95ab1ec7350a52c9e746dc90441827abe84 (patch)
tree8b8bc16bd406d0e025f4e40885aa222b0d8f4a78 /lib/ldap.c
parent22c61d8da637d19aef219ee910147b3f547d3fe9 (diff)
Removed unused variable.
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c1
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;