mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Get rid of unused variable
This commit is contained in:
parent
3e0877ef88
commit
a9208f1f99
1 changed files with 0 additions and 1 deletions
|
|
@ -431,7 +431,6 @@ static int
|
||||||
deque_tp_print(PyObject *deque, FILE *fp, int flags)
|
deque_tp_print(PyObject *deque, FILE *fp, int flags)
|
||||||
{
|
{
|
||||||
PyObject *it, *item;
|
PyObject *it, *item;
|
||||||
int pos=0;
|
|
||||||
char *emit = ""; /* No separator emitted on first pass */
|
char *emit = ""; /* No separator emitted on first pass */
|
||||||
char *separator = ", ";
|
char *separator = ", ";
|
||||||
int i;
|
int i;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue