diff options
author | Georg Brandl <georg@python.org> | 2008-03-26 09:00:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-26 09:00:12 (GMT) |
commit | 44471f3c55c1811de0fc46ac06b99304e71eda98 (patch) | |
tree | 6cc7500a14463f82b720aa7415fdc0462e32abbd /PC/_winreg.c | |
parent | 6ae6ad82fcb30e7b408cf0625b2048218ebe2b25 (diff) | |
download | cpython-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.c | 1 |
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; |