Kaydet (Commit) 48485579 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Remove unused instance attributes.

üst ff5bc50b
...@@ -204,8 +204,6 @@ class CodeGenerator: ...@@ -204,8 +204,6 @@ class CodeGenerator:
self.checkClass() self.checkClass()
self.locals = misc.Stack() self.locals = misc.Stack()
self.setups = misc.Stack() self.setups = misc.Stack()
self.curStack = 0
self.maxStack = 0
self.last_lineno = None self.last_lineno = None
self._setupGraphDelegation() self._setupGraphDelegation()
self._div_op = "BINARY_DIVIDE" self._div_op = "BINARY_DIVIDE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment