Commit a9208f1f authored by Neal Norwitz's avatar Neal Norwitz

Get rid of unused variable

parent 3e0877ef
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment