Remove unused type: struct token

This commit is contained in:
Hallvard Furuseth 2005-07-17 11:53:35 +00:00
parent 2bdc980a4b
commit bf1d1a84bd

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