mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix unused variable
This commit is contained in:
parent
eb4b5ac8af
commit
207dd38726
1 changed files with 0 additions and 1 deletions
|
@ -14002,7 +14002,6 @@ PyUnicode_Format(PyObject *format, PyObject *args)
|
||||||
while (--ctx.fmtcnt >= 0) {
|
while (--ctx.fmtcnt >= 0) {
|
||||||
if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
|
if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
|
||||||
Py_ssize_t nonfmtpos;
|
Py_ssize_t nonfmtpos;
|
||||||
Py_UCS4 maxchar;
|
|
||||||
|
|
||||||
nonfmtpos = ctx.fmtpos++;
|
nonfmtpos = ctx.fmtpos++;
|
||||||
while (ctx.fmtcnt >= 0 &&
|
while (ctx.fmtcnt >= 0 &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue