]> granicus.if.org Git - python/commitdiff
PyEnumKey(): Remove unused local.
authorTim Peters <tim.peters@gmail.com>
Sun, 19 Feb 2006 03:34:15 +0000 (03:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 19 Feb 2006 03:34:15 +0000 (03:34 +0000)
PC/_winreg.c

index d4027586093a56aac489fca64649d01917c1d0d3..b80271d6039401063182fc69cdd2af68b941ac81 100644 (file)
@@ -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 */