From 0b49a9590fd29f59eb78a2e20272674b2f3228a6 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 26 Jul 2014 04:01:12 +0200 Subject: [PATCH] Delete options when no longer necessary. --- lslopt/lslparse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index 761cc58..b86369a 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -1672,6 +1672,8 @@ class parser(object): # TODO: Allow pure C-style string parsing. This is low-priority. #self.allowcescapes = 'allowcescapes' in options + del options # no longer needed + # Symbol table: # This is a list of all local and global symbol tables. # The first element (0) is the global scope. Each symbol table is a