Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 24, 2019
1 parent d43b033 commit bc1f185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cython/Compiler/Lexicon.py
Expand Up @@ -19,7 +19,6 @@ def make_lexicon():
Str, Any, AnyBut, AnyChar, Rep, Rep1, Opt, Bol, Eol, Eof, \
TEXT, IGNORE, Method, State, Lexicon, Range

letter = Any("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_")
nonzero_digit = Any("123456789")
digit = Any("0123456789")
bindigit = Any("01")
Expand Down

0 comments on commit bc1f185

Please sign in to comment.