commit | f881751ded440ef7e2d50648b7d8291c83511cf1 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Oct 22 01:01:32 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Oct 22 01:01:32 2011 +0300 |
tree | 6b8f410b7a69f0234d8110746fc7d463b243d147 | |
parent | 4837e39b0809680231e79007ee4e5836b82a9538 [diff] |
Remove unused variable.
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 @@ PyObject *exc = NULL; PyObject *encoding_obj = NULL; char *encoding; - int err; Py_ssize_t startpos, newpos, newoutsize; PyObject *rep; int ret = -1;