From 9cb02839bc354d8ee9ab6804a916473bcb450d01 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Fri, 13 Mar 2015 23:45:56 +0100 Subject: [PATCH] Remove extra code. --- lslopt/lslfoldconst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslfoldconst.py b/lslopt/lslfoldconst.py index fdabeea..70ff2b6 100644 --- a/lslopt/lslfoldconst.py +++ b/lslopt/lslfoldconst.py @@ -855,7 +855,7 @@ class foldconst(object): if 'SEF' not in child[idx]: issef = False if child[idx]['nt'] == ';' \ - or nt == '{}' and child[idx]['nt'] == '{}' and not child[idx]['ch']: + or child[idx]['nt'] == '{}' and not child[idx]['ch']: del child[idx] else: if 'StSw' in child[idx]: