Issues #25890, #25891, #25892: Removed unused variables in Windows code.

Reported by Alexander Riccio.
This commit is contained in:
Serhiy Storchaka 2015-12-18 10:03:13 +02:00
parent 9bb0958b23
commit 9b3a2eec1c
2 changed files with 0 additions and 3 deletions

View file

@ -7332,7 +7332,6 @@ encode_code_page_strict(UINT code_page, PyObject **outbytes,
BOOL usedDefaultChar = FALSE;
BOOL *pusedDefaultChar = &usedDefaultChar;
int outsize;
PyObject *exc = NULL;
wchar_t *p;
Py_ssize_t size;
const DWORD flags = encode_code_page_flags(code_page, NULL);