summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-03-05 16:56:00 +0000
committerJack Jansen <jack.jansen@cwi.nl>1996-03-05 16:56:00 +0000
commit6648fb749b64bea42a3868cf98f71494e898d61e (patch)
tree18f30a3205765a1d984907b269cf674734581363
parent33d6ec062e30c742f822278417e713dced28c64e (diff)
downloadcpython-git-6648fb749b64bea42a3868cf98f71494e898d61e.tar.gz
Removed unused vars
-rw-r--r--Mac/Modules/macosmodule.c3
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);