summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-03 16:42:18 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-01-03 16:42:18 (GMT)
commitfa4e68d42582a0fb61baac98ac10b3fbf43f8751 (patch)
treea422d331a5f729f898aa9e043aee05778692227d /Objects/unicodeobject.c
parent92a419eea42eeb4dc2821d207d9e43fed38acd7f (diff)
downloadcpython-fa4e68d42582a0fb61baac98ac10b3fbf43f8751.zip
cpython-fa4e68d42582a0fb61baac98ac10b3fbf43f8751.tar.gz
cpython-fa4e68d42582a0fb61baac98ac10b3fbf43f8751.tar.bz2
Remove deadcode (HASH macro is no more defined)
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r--Objects/unicodeobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index a95a35d..cdbaa0c 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\