Removed unused variable.

This commit is contained in:
Dan Fandrich 2007-08-13 16:37:51 +00:00
parent 22c61d8da6
commit 8ee5e95ab1
1 changed files with 0 additions and 1 deletions

View File

@ -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;