mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Get rid of unused local variable.
This commit is contained in:
parent
c417ef8e57
commit
497aedd2ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue