8000 Issue #15478: Fix compilation on Windows · python/cpython@266f882 · GitHub
[go: up one dir, main page]

Skip to content

Commit 266f882

Browse files
committed
Issue #15478: Fix compilation on Windows
1 parent 292c835 commit 266f882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/posixmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,6 @@ static PyObject *
27202720
posix_lchflags(PyObject *self, PyObject *args)
27212721
{
27222722
path_t path;
2723-
char *path;
27242723
unsigned long flags;
27252724
int res;
27262725
memset(&path, 0, sizeof(path));

0 commit comments

Comments
 (0)
0