Remove TODO because there was nothing to do after checking.

This commit is contained in:
Sei Lisa 2018-06-08 00:14:16 +02:00
parent e88e39127b
commit 6502a1a0b6

View file

@ -1199,8 +1199,6 @@ class foldconst(object):
child[1], child[0] = child[0], child[1]
# fall through to check for '<'
# TODO: Check what we can do when comparing non-SEF and non-const
if nt == '<':
# expr < expr -> 0
if self.CompareTrees(child[0], child[1]):