Remove unnecessary test. (Thanks Skip)

This commit is contained in:
Raymond Hettinger 2004-03-26 20:16:39 +00:00
parent 8123ff6bca
commit 29e383754e
1 changed files with 0 additions and 6 deletions

View File

@ -24,12 +24,6 @@ else:
def _identityfunction(x):
return x
# use xrange if available
try:
xrange
except NameError:
xrange = range
def _compile(code, pattern, flags):
# internal: compile a (sub)pattern
emit = code.append