From: Neil Schemenauer Date: Sun, 21 Mar 2004 15:18:50 +0000 (+0000) Subject: Remove unused instance attributes. X-Git-Tag: v2.4a1~645 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48485579249beb3549e0b201f830b1e4c48bb0db;p=thirdparty%2FPython%2Fcpython.git Remove unused instance attributes. --- diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index 009afbd09d06..292e859a95ec 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"