mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove deadcode (HASH macro is no more defined)
This commit is contained in:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user