summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/longobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/longobject.h b/Include/longobject.h
index e1ee5ee..d48552c 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -31,8 +31,6 @@ PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
cleanup to keep the extra information. [CH] */
#define PyLong_AS_LONG(op) PyLong_AsLong(op)
-PyAPI_FUNC(long) PyInt_GetMax(void);
-
/* Used by socketmodule.c */
#if SIZEOF_SOCKET_T <= SIZEOF_LONG
#define PyLong_FromSocket_t(fd) PyLong_FromLong((SOCKET_T)(fd))