From bf1d1a84bd380fdaac0584ab428575ec063b87dc Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 17 Jul 2005 11:53:35 +0000 Subject: [PATCH] Remove unused type: struct token --- libraries/libldap/schema.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/libldap/schema.c b/libraries/libldap/schema.c index de380c5200..07a315a957 100644 --- a/libraries/libldap/schema.c +++ b/libraries/libldap/schema.c @@ -970,11 +970,6 @@ ldap_attributetype2bv( LDAPAttributeType * at, struct berval *bv ) #define TK_DOLLAR 6 #define TK_QDESCR TK_QDSTRING -struct token { - int type; - char *sval; -}; - static int get_token( const char ** sp, char ** token_val ) { -- 2.39.5