summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/posixmodule.c1
1 files changed, 0 insertions, 1 deletions
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));