#2484: remove duplicate variable definition.

This commit is contained in:
Georg Brandl 2008-03-26 09:00:12 +00:00
parent 6ae6ad82fc
commit 44471f3c55

View file

@ -750,7 +750,6 @@ Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize)
{
DWORD size = 0;
wchar_t *P;
int i,j;
if (value == Py_None)
i = 0;