diff options
Diffstat (limited to 'Objects/longobject.c')
-rw-r--r-- | Objects/longobject.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Objects/longobject.c b/Objects/longobject.c index cf7cb47..1df7c5d 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.c @@ -9,12 +9,6 @@ #include <ctype.h> -long -PyInt_GetMax(void) -{ - return LONG_MAX; /* To initialize sys.maxint */ -} - #ifndef NSMALLPOSINTS #define NSMALLPOSINTS 257 #endif |