From: Gary Williams Date: Wed, 25 Oct 2000 16:48:11 +0000 (+0000) Subject: get rid of unused structure X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1680 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e809d3e90c9c2bc372d6401277afb7801cc3d948;p=openldap get rid of unused structure --- diff --git a/libraries/liblutil/debug.c b/libraries/liblutil/debug.c index 60230519bf..baf49c867f 100644 --- a/libraries/liblutil/debug.c +++ b/libraries/liblutil/debug.c @@ -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 )