mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Remove TODO because there was nothing to do after checking.
This commit is contained in:
parent
e88e39127b
commit
6502a1a0b6
1 changed files with 0 additions and 2 deletions
|
@ -1199,8 +1199,6 @@ class foldconst(object):
|
||||||
child[1], child[0] = child[0], child[1]
|
child[1], child[0] = child[0], child[1]
|
||||||
# fall through to check for '<'
|
# fall through to check for '<'
|
||||||
|
|
||||||
# TODO: Check what we can do when comparing non-SEF and non-const
|
|
||||||
|
|
||||||
if nt == '<':
|
if nt == '<':
|
||||||
# expr < expr -> 0
|
# expr < expr -> 0
|
||||||
if self.CompareTrees(child[0], child[1]):
|
if self.CompareTrees(child[0], child[1]):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue