mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
wrap unused function, ber_log_puts(), in #if 0
This commit is contained in:
parent
3665baecf4
commit
3d183ecb04
@ -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 New Issue
Block a user