mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Delete options when no longer necessary.
This commit is contained in:
parent
b36356db45
commit
0b49a9590f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue