Remove deadcode (HASH macro is no more defined)

This commit is contained in:
Victor Stinner 2014-01-03 17:42:18 +01:00
parent 92a419eea4
commit fa4e68d425
1 changed files with 0 additions and 1 deletions

View File

@ -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\