From d8f42a5071bcba9398b7de04bf8dca087de43b8e Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Tue, 3 Mar 2015 00:47:15 +0100 Subject: [PATCH] Remove obsolete comment about parentheses (they are now implicit). --- lslopt/lslfoldconst.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lslopt/lslfoldconst.py b/lslopt/lslfoldconst.py index c0c8290..8b6a719 100644 --- a/lslopt/lslfoldconst.py +++ b/lslopt/lslfoldconst.py @@ -152,7 +152,6 @@ class foldconst(object): self.FoldTree(child, 0) if child[0]['nt'] == 'NEG': # Double negation: - - expr --> expr - # NOTE: Not 100% sure this doesn't need parentheses around expr. node = parent[index] = child[0]['ch'][0] child = node['ch'] if 'ch' in node else None elif child[0]['nt'] == 'CONST':