Remove extra code.

This commit is contained in:
Sei Lisa 2015-03-13 23:45:56 +01:00
parent f6b472133a
commit 9cb02839bc

View file

@ -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]: