]> git.sur5r.net Git - openldap/commitdiff
wrap unused function, ber_log_puts(), in #if 0
authorBen Collins <bcollins@openldap.org>
Fri, 15 Sep 2000 02:51:34 +0000 (02:51 +0000)
committerBen Collins <bcollins@openldap.org>
Fri, 15 Sep 2000 02:51:34 +0000 (02:51 +0000)
libraries/liblber/bprint.c

index 69c8683b15c78b445231275934049909488deaa5..97f575b90487cfd4f5c85ef04444ad14a4e2da0b 100644 (file)
@@ -98,7 +98,7 @@ int ber_pvt_log_printf( int errlvl, int loglvl, const char *fmt, ... )
        (*ber_pvt_log_print)( buf );
        return 1;
 }
-
+#if 0
 static int ber_log_puts(int errlvl, int loglvl, char *buf)
 {
        assert( buf != NULL );
@@ -110,7 +110,7 @@ static int ber_log_puts(int errlvl, int loglvl, char *buf)
        (*ber_pvt_log_print)( buf );
        return 1;
 }
-
+#endif
 /*
  * Print arbitrary stuff, for debugging.
  */