mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 16:23:23 -05:00
Remove unused type: struct token
This commit is contained in:
parent
2bdc980a4b
commit
bf1d1a84bd
1 changed files with 0 additions and 5 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue