From d9ab979f3696cec37fd51cfa5a45ec898a133698 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 19 Feb 2006 03:34:15 +0000 Subject: [PATCH] PyEnumKey(): Remove unused local. --- PC/_winreg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/PC/_winreg.c b/PC/_winreg.c index d402758609..b80271d603 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 */ -- 2.40.0