Skip to content

Commit 497aedd

Browse files
committed
Get rid of unused local variable.
1 parent c417ef8 commit 497aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/operator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static PyObject*
169169
op_delslice(s,a)
170170
PyObject *s, *a;
171171
{
172-
PyObject *a1, *a4;
172+
PyObject *a1;
173173
long a2,a3;
174174

175175
if(! PyArg_ParseTuple(a,"Oii",&a1,&a2,&a3)) return NULL;

0 commit comments

Comments
 (0)