mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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;
|
_PyUnicode_HASH(self) = x;
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
#undef HASH
|
|
||||||
|
|
||||||
PyDoc_STRVAR(index__doc__,
|
PyDoc_STRVAR(index__doc__,
|
||||||
"S.index(sub[, start[, end]]) -> int\n\
|
"S.index(sub[, start[, end]]) -> int\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue