]> granicus.if.org Git - python/commitdiff
Removed unused variable.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 6 Nov 2001 12:10:05 +0000 (12:10 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 6 Nov 2001 12:10:05 +0000 (12:10 +0000)
Mac/Modules/macmodule.c

index d7cc1bc5e38e75789d009ef749bf5ce9b6bc8823..f827d9cf895b274b2c55e7f093d3a3169e3b4759 100644 (file)
@@ -570,7 +570,6 @@ mac_stat(self, args)
        PyObject *self;
        PyObject *args;
 {
-       PyObject *v;
        struct stat st;
        char *path;
        int res;