diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-05 16:56:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-05 16:56:00 (GMT) |
commit | 6648fb749b64bea42a3868cf98f71494e898d61e (patch) | |
tree | 18f30a3205765a1d984907b269cf674734581363 /Mac/Modules/macosmodule.c | |
parent | 33d6ec062e30c742f822278417e713dced28c64e (diff) | |
download | cpython-6648fb749b64bea42a3868cf98f71494e898d61e.zip cpython-6648fb749b64bea42a3868cf98f71494e898d61e.tar.gz cpython-6648fb749b64bea42a3868cf98f71494e898d61e.tar.bz2 |
Removed unused vars
Diffstat (limited to 'Mac/Modules/macosmodule.c')
-rw-r--r-- | Mac/Modules/macosmodule.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index f824d17..8af6162 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -220,9 +220,6 @@ rf_close(self, args) rfobject *self; PyObject *args; { - long where; - OSErr err; - if (!PyArg_ParseTuple(args, "")) return NULL; do_close(self); |