From: Georg Brandl Date: Wed, 26 Mar 2008 09:00:12 +0000 (+0000) Subject: #2484: remove duplicate variable definition. X-Git-Tag: v3.0a4~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44471f3c55c1811de0fc46ac06b99304e71eda98;p=thirdparty%2FPython%2Fcpython.git #2484: remove duplicate variable definition. --- diff --git a/PC/_winreg.c b/PC/_winreg.c index 5c5023d84973..84e760c62014 100644 --- a/PC/_winreg.c +++ b/PC/_winreg.c @@ -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;