Kaydet (Commit) 497aedd2 authored tarafından Guido van Rossum's avatar Guido van Rossum

Get rid of unused local variable.

üst c417ef8e
......@@ -169,7 +169,7 @@ static PyObject*
op_delslice(s,a)
PyObject *s, *a;
{
PyObject *a1, *a4;
PyObject *a1;
long a2,a3;
if(! PyArg_ParseTuple(a,"Oii",&a1,&a2,&a3)) return NULL;
......
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