From: Ezio Melotti Date: Fri, 21 Oct 2011 22:01:32 +0000 (+0300) Subject: Remove unused variable. X-Git-Tag: v3.3.0a1~1108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f881751ded440ef7e2d50648b7d8291c83511cf1;p=thirdparty%2FPython%2Fcpython.git Remove unused variable. --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index b96112994232..01d87dc6a9b1 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;