From: Victor Stinner Date: Fri, 3 Jan 2014 16:42:18 +0000 (+0100) Subject: Remove deadcode (HASH macro is no more defined) X-Git-Tag: v3.4.0b2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa4e68d42582a0fb61baac98ac10b3fbf43f8751;p=thirdparty%2FPython%2Fcpython.git Remove deadcode (HASH macro is no more defined) --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index a95a35db0313..cdbaa0c34198 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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\