From e809d3e90c9c2bc372d6401277afb7801cc3d948 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Wed, 25 Oct 2000 16:48:11 +0000 Subject: [PATCH] get rid of unused structure --- libraries/liblutil/debug.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 ) -- 2.39.5