From f881751ded440ef7e2d50648b7d8291c83511cf1 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 22 Oct 2011 01:01:32 +0300 Subject: [PATCH] Remove unused variable. --- Objects/unicodeobject.c | 1 - 1 file changed, 1 deletion(-) 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;