]> git.sur5r.net Git - openldap/commitdiff
Remove unused vars/function
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 2 Sep 1999 07:36:17 +0000 (07:36 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 2 Sep 1999 07:36:17 +0000 (07:36 +0000)
servers/slurpd/ldap_op.c
servers/slurpd/re.c
servers/slurpd/rq.c

index e8663c26f60716aed8f6b3b86366d1853b4a471b..ed431e3d481d82145203ff5ea0bd17dd03be53a2 100644 (file)
@@ -50,7 +50,9 @@ static void free_ldmarr LDAP_P(( LDAPMod ** ));
 static int getmodtype LDAP_P(( char * ));
 static void dump_ldm_array LDAP_P(( LDAPMod ** ));
 static char **read_krbnames LDAP_P(( Ri * ));
+#ifdef HAVE_KERBEROS
 static void upcase LDAP_P(( char * ));
+#endif
 static int do_bind LDAP_P(( Ri *, int * ));
 static int do_unbind LDAP_P(( Ri * ));
 
@@ -885,6 +887,7 @@ read_krbnames(
 }
 
 
+#ifdef HAVE_KERBEROS
 
 /*
  * upcase a string
@@ -900,3 +903,5 @@ upcase(
            *p = TOUPPER( (unsigned char) *p );
     }
 }
+
+#endif /* HAVE_KERBEROS */
index 4d6ee77a65a76743aeeac3fc7f29e5ee01b202f5..d95da212eddea23d9b9666eae097200700ff86db 100644 (file)
@@ -269,7 +269,6 @@ get_repl_hosts(
     char       **r_rp
 )
 {
-    char               buf[ LDIF_LINE_WIDTH + 1 ];
     char               *type, *value, *line, *p;
     Rh                 *rh = NULL;
     int                        nreplicas;
index 4ef66727bd51014f8e0e09adbecd6f86089a5944..1afd11db9233549b57b549f4b788e54164624b93 100644 (file)
@@ -36,6 +36,7 @@
 #include <stdio.h>
 
 #include <ac/stdlib.h>
+#include <ac/string.h>
 #include <ac/unistd.h>         /* get ftruncate() */
 
 #include "slurp.h"
@@ -314,8 +315,6 @@ Rq_needtrim(
 )
 {
     int                rc = 0;
-    Re         *re;
-    int                nzrc = 0;       /* nzrc is count of entries with refcnt == 0 */
     time_t     now;
 
     if ( rq == NULL ) {