mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
get rid of unused structure
This commit is contained in:
parent
3fdbbcaba3
commit
e809d3e90c
1 changed files with 1 additions and 7 deletions
|
|
@ -17,12 +17,6 @@
|
|||
#include "ldap_defaults.h"
|
||||
#include "lber.h"
|
||||
|
||||
struct M2S
|
||||
{
|
||||
char *mnemonic;
|
||||
int subsys;
|
||||
};
|
||||
|
||||
struct DEBUGLEVEL
|
||||
{
|
||||
char *subsystem;
|
||||
|
|
@ -102,7 +96,7 @@ static void addSubsys( const char *subsys, int level )
|
|||
|
||||
void lutil_set_debug_level( char* subsys, int level )
|
||||
{
|
||||
addSubsys( subsys, level );
|
||||
addSubsys( subsys, level );
|
||||
}
|
||||
|
||||
int lutil_debug_file( FILE *file )
|
||||
|
|
|
|||
Loading…
Reference in a new issue