From 48485579249beb3549e0b201f830b1e4c48bb0db Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Sun, 21 Mar 2004 15:18:50 +0000 Subject: Remove unused instance attributes. --- Lib/compiler/pycodegen.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index 009afbd..292e859 100644 --- a/Lib/compiler/pycodegen.py +++ b/Lib/compiler/pycodegen.py @@ -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" -- cgit v0.12