]> granicus.if.org Git - python/commitdiff
Remove deadcode (HASH macro is no more defined)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 3 Jan 2014 16:42:18 +0000 (17:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 3 Jan 2014 16:42:18 +0000 (17:42 +0100)
Objects/unicodeobject.c

index a95a35db0313a1d1b23324e27e00109c9bdc855f..cdbaa0c34198c52e25540ced4a382ab9f4d4c640 100644 (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\