Skip to content
Snippets Groups Projects
Commit bf1d1a84 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove unused type: struct token

parent 2bdc980a
Branches
Tags
No related merge requests found
......@@ -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 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment