From 6502a1a0b675d3a2f163e3f4260f2f37ca36be72 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Fri, 8 Jun 2018 00:14:16 +0200 Subject: [PATCH] Remove TODO because there was nothing to do after checking. --- lslopt/lslfoldconst.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lslopt/lslfoldconst.py b/lslopt/lslfoldconst.py index a8af44c..6eef4ed 100644 --- a/lslopt/lslfoldconst.py +++ b/lslopt/lslfoldconst.py @@ -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]):