summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-11-06 12:10:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-11-06 12:10:05 (GMT)
commitae2df938140fad46c8fc1398ac8cf8bde0f48bfb (patch)
tree7c3f2b6da9cebc220873f46737f1c997700e4705 /Mac
parent24aa3cea07eba7f0011e72060ab8f0edd33ce20f (diff)
downloadcpython-ae2df938140fad46c8fc1398ac8cf8bde0f48bfb.zip
cpython-ae2df938140fad46c8fc1398ac8cf8bde0f48bfb.tar.gz
cpython-ae2df938140fad46c8fc1398ac8cf8bde0f48bfb.tar.bz2
Removed unused variable.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Modules/macmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c
index d7cc1bc..f827d9c 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;