mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Comment out a dead increment.
Found by Clang's static analyzer.
This commit is contained in:
parent
555bfc7ed0
commit
8a250fac15
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec,
|
||||||
writer->buffer, writer->pos,
|
writer->buffer, writer->pos,
|
||||||
digits, d_pos, spec->n_remainder);
|
digits, d_pos, spec->n_remainder);
|
||||||
writer->pos += spec->n_remainder;
|
writer->pos += spec->n_remainder;
|
||||||
d_pos += spec->n_remainder;
|
/* d_pos += spec->n_remainder; */
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spec->n_rpadding) {
|
if (spec->n_rpadding) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue