[Python-3000-checkins] r61927 - python/branches/py3k/PC/_winreg.c

georg.brandl python-3000-checkins at python.org
Wed Mar 26 10:00:12 CET 2008


Author: georg.brandl
Date: Wed Mar 26 10:00:12 2008
New Revision: 61927

Modified:
   python/branches/py3k/PC/_winreg.c
Log:
#2484: remove duplicate variable definition.


Modified: python/branches/py3k/PC/_winreg.c
==============================================================================
--- python/branches/py3k/PC/_winreg.c	(original)
+++ python/branches/py3k/PC/_winreg.c	Wed Mar 26 10:00:12 2008
@@ -750,7 +750,6 @@
 			{
 				DWORD size = 0;
 				wchar_t *P;
-				int i,j;
 
 				if (value == Py_None)
 					i = 0;


More information about the Python-3000-checkins mailing list