From: Hallvard Furuseth Date: Sun, 17 Jul 2005 11:53:35 +0000 (+0000) Subject: Remove unused type: struct token X-Git-Tag: OPENLDAP_AC_BP~383 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf1d1a84bd380fdaac0584ab428575ec063b87dc;p=openldap Remove unused type: struct token --- 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 ) {