diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-01 15:27:18 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-01 15:27:18 (GMT) |
commit | a6d78c44a7822f194d23de9c2f9b72618a827f4c (patch) | |
tree | 835aa0a4a0594f5b8a7f644363af071655c3bc66 /Mac/Modules/res/ressupport.py | |
parent | 5674e4ec17e1945cf11f88963ba3e9190c6ef67d (diff) | |
download | cpython-a6d78c44a7822f194d23de9c2f9b72618a827f4c.zip cpython-a6d78c44a7822f194d23de9c2f9b72618a827f4c.tar.gz cpython-a6d78c44a7822f194d23de9c2f9b72618a827f4c.tar.bz2 |
Removed unused var
Diffstat (limited to 'Mac/Modules/res/ressupport.py')
-rw-r--r-- | Mac/Modules/res/ressupport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/res/ressupport.py b/Mac/Modules/res/ressupport.py index 8eb6bf4..8c899f0 100644 --- a/Mac/Modules/res/ressupport.py +++ b/Mac/Modules/res/ressupport.py @@ -35,7 +35,6 @@ finalstuff = finalstuff + """ PyObject *OptResObj_New(itself) Handle itself; { - ResourceObject *it; if (itself == NULL) { Py_INCREF(Py_None); return Py_None; |