diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index d7cc1bc5e38..f827d9cf895 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -570,7 +570,6 @@ mac_stat(self, args) PyObject *self; PyObject *args; { - PyObject *v; struct stat st; char *path; int res;