Remove deadcode (HASH macro is no more defined)
This commit is contained in:
parent
92a419eea4
commit
fa4e68d425
|
@ -11370,7 +11370,6 @@ unicode_hash(PyObject *self)
|
|||
_PyUnicode_HASH(self) = x;
|
||||
return x;
|
||||
}
|
||||
#undef HASH
|
||||
|
||||
PyDoc_STRVAR(index__doc__,
|
||||
"S.index(sub[, start[, end]]) -> int\n\
|
||||
|
|
Loading…
Reference in New Issue