mirror of https://github.com/python/cpython
fix unused variable
This commit is contained in:
parent
eb4b5ac8af
commit
207dd38726
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue