]> granicus.if.org Git - python/commitdiff
Removed unused vars
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 5 Mar 1996 16:56:00 +0000 (16:56 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 5 Mar 1996 16:56:00 +0000 (16:56 +0000)
Mac/Modules/macosmodule.c

index f824d17921638018266ddfcd7d355003040f8fdc..8af61626e97c6f008a8631e490bcfb3baf3ffee7 100644 (file)
@@ -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);