From: Victor Stinner Date: Tue, 30 Oct 2012 01:27:11 +0000 (+0100) Subject: Issue #15478: Fix compilation on Windows X-Git-Tag: v3.4.0a1~2143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=266f882dcae093e40d1d3a6611d616559c3ebeaf;p=thirdparty%2FPython%2Fcpython.git Issue #15478: Fix compilation on Windows --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 5cde8b113135..83685fbde945 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -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));