Issue #15478: Fix compilation on Windows

This commit is contained in:
Victor Stinner 2012-10-30 02:27:11 +01:00
parent 292c835548
commit 266f882dca

View file

@ -2720,7 +2720,6 @@ static PyObject *
posix_lchflags(PyObject *self, PyObject *args)
{
path_t path;
char *path;
unsigned long flags;
int res;
memset(&path, 0, sizeof(path));