mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Remove deadcode (HASH macro is no more defined)
This commit is contained in:
parent
92a419eea4
commit
fa4e68d425
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue