diff options
-rw-r--r-- | PC/_winreg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/_winreg.c b/PC/_winreg.c index d402758..b80271d 100644 --- a/PC/_winreg.c +++ b/PC/_winreg.c @@ -1032,7 +1032,6 @@ PyEnumKey(PyObject *self, PyObject *args) int index; long rc; PyObject *retStr; - char *retBuf; char tmpbuf[256]; /* max key name length is 255 */ DWORD len = sizeof(tmpbuf); /* includes NULL terminator */ |