summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r--Objects/unicodeobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index b961129..01d87dc 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;