Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed now unused variable
  • Loading branch information
erlend-aasland committed Jan 29, 2023
commit 51b3c6e1e91525447fa1f7517f75a8d83e7b2537
1 change: 0 additions & 1 deletion Modules/itertoolsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ itertools__grouper_impl(PyTypeObject *type, PyObject *parent,
static PyObject *
_grouper_create(groupbyobject *parent, PyObject *tgtkey)
{
PyTypeObject *tp = Py_TYPE(parent);
itertools_state *state = parent->state;
_grouperobject *igo = PyObject_GC_New(_grouperobject, state->_grouper_type);
if (igo == NULL)
Expand Down