mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
wrap unused function, ber_log_puts(), in #if 0
This commit is contained in:
parent
7fa88b2a27
commit
ed7f95edb0
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue