summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-02-19 03:34:15 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-02-19 03:34:15 (GMT)
commitd9ab979f3696cec37fd51cfa5a45ec898a133698 (patch)
treec812db964691d0a19e62403898652f816e394d99
parent19e2203fffcb0ae98bebe3c21a6233cad6a1453c (diff)
downloadcpython-d9ab979f3696cec37fd51cfa5a45ec898a133698.zip
cpython-d9ab979f3696cec37fd51cfa5a45ec898a133698.tar.gz
cpython-d9ab979f3696cec37fd51cfa5a45ec898a133698.tar.bz2
PyEnumKey(): Remove unused local.
-rw-r--r--PC/_winreg.c1
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 */