Commit d9ab979f authored by Tim Peters's avatar Tim Peters

PyEnumKey(): Remove unused local.

parent 19e2203f
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment