mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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)
|
||||
{
|
||||
PyObject *it, *item;
|
||||
int pos=0;
|
||||
char *emit = ""; /* No separator emitted on first pass */
|
||||
char *separator = ", ";
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue