diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-05 16:56:00 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-03-05 16:56:00 +0000 |
commit | 6648fb749b64bea42a3868cf98f71494e898d61e (patch) | |
tree | 18f30a3205765a1d984907b269cf674734581363 | |
parent | 33d6ec062e30c742f822278417e713dced28c64e (diff) | |
download | cpython-git-6648fb749b64bea42a3868cf98f71494e898d61e.tar.gz |
Removed unused vars
-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 f824d17921..8af61626e9 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); |