From: Jack Jansen Date: Tue, 6 Nov 2001 12:10:05 +0000 (+0000) Subject: Removed unused variable. X-Git-Tag: v2.2.1c1~848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae2df938140fad46c8fc1398ac8cf8bde0f48bfb;p=thirdparty%2FPython%2Fcpython.git Removed unused variable. --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index d7cc1bc5e38e..f827d9cf895b 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;