From 44471f3c55c1811de0fc46ac06b99304e71eda98 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 26 Mar 2008 09:00:12 +0000 Subject: [PATCH] #2484: remove duplicate variable definition. --- PC/_winreg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/PC/_winreg.c b/PC/_winreg.c index 5c5023d8497..84e760c6201 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;