summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/abstract.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index 017a841..6d40ef7 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -777,12 +777,6 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
is cleared and the value is clipped.
*/
- /*
- PyNumber_Int used to be found here. It's now in Include/intobject.h,
- where it is defined to be an alias for PyNumber_Long. New code
- should use PyNumber_Long instead.
- */
-
PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/*