Remove unused variable.

This commit is contained in:
Ezio Melotti 2011-10-22 01:01:32 +03:00
parent 4837e39b08
commit f881751ded
1 changed files with 0 additions and 1 deletions

View File

@ -7382,7 +7382,6 @@ encode_code_page_errors(UINT code_page, PyObject **outbytes,
PyObject *exc = NULL; PyObject *exc = NULL;
PyObject *encoding_obj = NULL; PyObject *encoding_obj = NULL;
char *encoding; char *encoding;
int err;
Py_ssize_t startpos, newpos, newoutsize; Py_ssize_t startpos, newpos, newoutsize;
PyObject *rep; PyObject *rep;
int ret = -1; int ret = -1;