Commit ae2df938 authored by Jack Jansen's avatar Jack Jansen

Removed unused variable.

parent 24aa3cea
...@@ -570,7 +570,6 @@ mac_stat(self, args) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment