]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #15478: Fix compilation on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Oct 2012 01:27:11 +0000 (02:27 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Oct 2012 01:27:11 +0000 (02:27 +0100)
Modules/posixmodule.c

index 5cde8b113135244655a83d5ea8032d8c3d4ff869..83685fbde94508d49b289a14681e4b279cd8635b 100644 (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));