]> git.sur5r.net Git - openldap/commitdiff
get rid of unused structure
authorGary Williams <gwilliams@openldap.org>
Wed, 25 Oct 2000 16:48:11 +0000 (16:48 +0000)
committerGary Williams <gwilliams@openldap.org>
Wed, 25 Oct 2000 16:48:11 +0000 (16:48 +0000)
libraries/liblutil/debug.c

index 60230519bf7066c5ee16fd82c2bb69580015979d..baf49c867f3b6da11f1a654016d4dce3ef04a1e7 100644 (file)
 #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 )