mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused instance attributes.
This commit is contained in:
parent
ff5bc50bb0
commit
4848557924
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue