summaryrefslogtreecommitdiffstats
path: root/PC/_winreg.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-26 09:00:12 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-26 09:00:12 (GMT)
commit44471f3c55c1811de0fc46ac06b99304e71eda98 (patch)
tree6cc7500a14463f82b720aa7415fdc0462e32abbd /PC/_winreg.c
parent6ae6ad82fcb30e7b408cf0625b2048218ebe2b25 (diff)
downloadcpython-44471f3c55c1811de0fc46ac06b99304e71eda98.zip
cpython-44471f3c55c1811de0fc46ac06b99304e71eda98.tar.gz
cpython-44471f3c55c1811de0fc46ac06b99304e71eda98.tar.bz2
#2484: remove duplicate variable definition.
Diffstat (limited to 'PC/_winreg.c')
-rw-r--r--PC/_winreg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/_winreg.c b/PC/_winreg.c
index 5c5023d..84e760c 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;