diff options
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; |