Remove duplicate check for '|'

Removed the 'if' and applied an indentation change; no further changes are done.
This commit is contained in:
Sei Lisa 2017-10-17 23:59:41 +02:00
parent be767f24f0
commit 2bee2db148

View file

@ -348,7 +348,6 @@ class foldconst(object):
del val1, val2
del a, b, c, d, and1, and2
if nt == '|':
# Absorb further flags, to allow chaining of &&
# If ~r and s are constants, and s is a power of two:
# (!~(x|~r) && x&s) -> !~(x|(~r&~s))