Remove redundant test in lex_is_idn().
authorBen Pfaff <blp@gnu.org>
Wed, 8 Apr 2009 03:48:10 +0000 (20:48 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 8 Apr 2009 03:48:10 +0000 (20:48 -0700)
commitef35211c05259417e4f3dd4a7de44e92e4bc54a3
treef916f603a31c66b43e475272cde24cf7eb378e76
parent537fdeb3702c011e05d7826a8d556a7beeba2605
Remove redundant test in lex_is_idn().

Commit 90f346cc0 "Made var_is_valid_name more permissive" made characters
with values above 127 valid in identifiers by allowing them in
lex_is_id1() and lex_is_idn(), but since the latter includes the former
in its test the addition there is redundant and can be eliminated.
src/data/identifier.c