Removed unused variable.

This commit is contained in:
Jack Jansen 2001-11-06 12:10:05 +00:00
parent 24aa3cea07
commit ae2df93814
1 changed files with 0 additions and 1 deletions

View File

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