Remove duplicate token definition.

This commit is contained in:
nohar 2007-02-27 20:51:47 +00:00
parent 211700c550
commit 957c9a7329
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ list_t *parse_conf(FILE *file)
"on_connect_send" { return LEX_ON_CONNECT_SEND; }
"no_client_away_msg" { return LEX_NO_CLIENT_AWAY_MSG; }
"pid_file" { return LEX_PID_FILE; }
"blreset_on_talk" { return LEX_BLRESET_ON_TALK; }
\"[^"]*\" {
size_t len = strlen(yytext) - 2;
yylval.string = malloc(len + 1);