From: Ezio Melotti Date: Fri, 21 Oct 2011 22:01:32 +0000 (+0300) Subject: Remove unused variable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f881751ded440ef7e2d50648b7d8291c83511cf1;p=python Remove unused variable. --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index b961129942..01d87dc6a9 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;