[Python-checkins] cpython: Remove unused variable.

ezio.melotti python-checkins at python.org
Sat Oct 22 00:01:42 CEST 2011


http://hg.python.org/cpython/rev/63f8ab57a859
changeset:   73048:63f8ab57a859
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Oct 22 01:01:32 2011 +0300
summary:
  Remove unused variable.

files:
  Objects/unicodeobject.c |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
--- 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;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list