mirror of https://github.com/python/cpython.git
Removed unused variable.
This commit is contained in:
parent
24aa3cea07
commit
ae2df93814
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue