mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Get rid of unused variable
This commit is contained in:
parent
3e0877ef88
commit
a9208f1f99
@ -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…
Reference in New Issue
Block a user