]> granicus.if.org Git - python/commitdiff
#2484: remove duplicate variable definition.
authorGeorg Brandl <georg@python.org>
Wed, 26 Mar 2008 09:00:12 +0000 (09:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 26 Mar 2008 09:00:12 +0000 (09:00 +0000)
PC/_winreg.c

index 5c5023d84973726e6e9e7301ebbc4cebe5d4846d..84e760c62014c5fb0d89b0ba445dcd70670a5387 100644 (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;