From 266f882dcae093e40d1d3a6611d616559c3ebeaf Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 30 Oct 2012 02:27:11 +0100 Subject: Issue #15478: Fix compilation on Windows --- Modules/posixmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 5cde8b1..83685fb 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)); -- cgit v0.12