]> git.sur5r.net Git - openldap/commitdiff
Remove unused type: struct token
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 17 Jul 2005 11:53:35 +0000 (11:53 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 17 Jul 2005 11:53:35 +0000 (11:53 +0000)
libraries/libldap/schema.c

index de380c52009d7d9b2d8fa1d580ef0eacb95f1a85..07a315a9572ba08e22f4e628dbac2bf789b6787a 100644 (file)
@@ -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 )
 {