Removed unused variable.

This commit is contained in:
Jack Jansen 2001-11-06 12:10:05 +00:00
parent 24aa3cea07
commit ae2df93814

View file

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