Commit da7f697a authored by Victor Stinner's avatar Victor Stinner

Remove deadcode (HASH macro is no more defined)

parent 495beb6e
......@@ -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\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment