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)
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.


No differences found