Commit a7af7791 authored by Neil Schemenauer's avatar Neil Schemenauer

Remove unused instance attributes.

parent bd9c81bf
......@@ -204,8 +204,6 @@ class CodeGenerator:
self.checkClass()
self.locals = misc.Stack()
self.setups = misc.Stack()
self.curStack = 0
self.maxStack = 0
self.last_lineno = None
self._setupGraphDelegation()
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