]> granicus.if.org Git - python/commitdiff
Remove unused variable.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 21 Oct 2011 22:01:32 +0000 (01:01 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 21 Oct 2011 22:01:32 +0000 (01:01 +0300)
Objects/unicodeobject.c

index b9611299423295804a84c5d59c4db0159b20b797..01d87dc6a9b160e63ba337b44a3d65ee5289645d 100644 (file)
@@ -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;