[Python-checkins] cpython: Issue #21118: Remove unused variable

victor.stinner python-checkins at python.org
Sat Apr 5 11:42:33 CEST 2014


http://hg.python.org/cpython/rev/9acc8196a82c
changeset:   90153:9acc8196a82c
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sat Apr 05 00:15:52 2014 +0200
summary:
  Issue #21118: 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
@@ -8595,7 +8595,6 @@
         /* startpos for collecting untranslatable chars */
         Py_ssize_t collstart;
         Py_ssize_t collend;
-        Py_ssize_t coll;
         Py_UCS4 ch;
 
         ch = PyUnicode_READ(kind, data, i);

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


More information about the Python-checkins mailing list