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 ) {