Commit 44471f3c authored by Georg Brandl's avatar Georg Brandl

#2484: remove duplicate variable definition.

parent 6ae6ad82
...@@ -750,7 +750,6 @@ Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) ...@@ -750,7 +750,6 @@ Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize)
{ {
DWORD size = 0; DWORD size = 0;
wchar_t *P; wchar_t *P;
int i,j;
if (value == Py_None) if (value == Py_None)
i = 0; i = 0;
......
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