fix unused variable

This commit is contained in:
Victor Stinner 2013-04-03 03:14:58 +02:00
parent eb4b5ac8af
commit 207dd38726
1 changed files with 0 additions and 1 deletions

View File

@ -14002,7 +14002,6 @@ PyUnicode_Format(PyObject *format, PyObject *args)
while (--ctx.fmtcnt >= 0) {
if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
Py_ssize_t nonfmtpos;
Py_UCS4 maxchar;
nonfmtpos = ctx.fmtpos++;
while (ctx.fmtcnt >= 0 &&