diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index b9611299423..01d87dc6a9b 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -7382,7 +7382,6 @@ encode_code_page_errors(UINT code_page, PyObject **outbytes, PyObject *exc = NULL; PyObject *encoding_obj = NULL; char *encoding; - int err; Py_ssize_t startpos, newpos, newoutsize; PyObject *rep; int ret = -1;