Fix a compile warning in dictobject.c (GH-16610)

This commit is contained in:
Hai Shi 2019-10-07 18:20:05 +08:00 committed by Serhiy Storchaka
parent ef092fe990
commit ed8efd8e2c
1 changed files with 0 additions and 1 deletions

View File

@ -4186,7 +4186,6 @@ _PyDictView_Intersect(PyObject* self, PyObject *other)
Py_ssize_t len_self;
int rv;
int (*dict_contains)(_PyDictViewObject *, PyObject *);
PyObject *tmp;
/* Python interpreter swaps parameters when dict view
is on right side of & */