]> git.ipfire.org Git - thirdparty/openldap.git/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 e7569dc3775de084f05a866b72d5adf486f3ebcf..05c993ebb431e6443ddd3da8b3475be3886cda6e 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.
  */