mirror of https://github.com/python/cpython
Removed unused variable.
This commit is contained in:
parent
24aa3cea07
commit
ae2df93814
|
@ -570,7 +570,6 @@ mac_stat(self, args)
|
|||
PyObject *self;
|
||||
PyObject *args;
|
||||
{
|
||||
PyObject *v;
|
||||
struct stat st;
|
||||
char *path;
|
||||
int res;
|
||||
|
|
Loading…
Reference in New Issue