Commit 8a54ec5e authored by Victor Stinner's avatar Victor Stinner

Issue #15478: Fix compilation on Windows

parent 6c6efb95
...@@ -2720,7 +2720,6 @@ static PyObject * ...@@ -2720,7 +2720,6 @@ static PyObject *
posix_lchflags(PyObject *self, PyObject *args) posix_lchflags(PyObject *self, PyObject *args)
{ {
path_t path; path_t path;
char *path;
unsigned long flags; unsigned long flags;
int res; int res;
memset(&path, 0, sizeof(path)); memset(&path, 0, sizeof(path));
......
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