Issue 24454: Removed unused match_getitem_doc.

This commit is contained in:
Eric V. Smith 2016-09-11 10:20:27 -04:00
parent d5ee406ff1
commit a6d75fdc37

View file

@ -2422,9 +2422,6 @@ PyDoc_STRVAR(match_group_doc,
Return subgroup(s) of the match by indices or names.\n\
For 0 returns the entire match.");
PyDoc_STRVAR(match_getitem_doc,
"__getitem__(name) <==> group(name).\n");
static PyObject *
match_lastindex_get(MatchObject *self)
{