]> git.sur5r.net Git - openldap/commitdiff
remove unused vars
authorBen Collins <bcollins@openldap.org>
Fri, 15 Sep 2000 03:04:46 +0000 (03:04 +0000)
committerBen Collins <bcollins@openldap.org>
Fri, 15 Sep 2000 03:04:46 +0000 (03:04 +0000)
libraries/libldap/os-local.c

index 6ccb1f4bd7b7c75474dd4046e5014fec77d8df25..e9262b29ce40300ea27edc2fdb0d36e6dbf4201f 100644 (file)
@@ -182,8 +182,7 @@ ldap_connect_to_path(LDAP *ld, Sockbuf *sb, const char *path, int async)
 {
        struct sockaddr_un      server;
        ber_socket_t            s = AC_SOCKET_INVALID;
-       int                     rc, i, len;
-       char                    *ha_buf=NULL, *p, *q;
+       int                     rc;
 
        oslocal_debug(ld, "ldap_connect_to_path\n",0,0,0);