diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 49eaacd69fd..3c6ae574100 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -222,9 +222,6 @@ #undef ulong #define ulong unsigned long /* assuming >= 32 bits */ -#undef off_t -#define off_t uint /* 16 bits <= off_t <= 64 bits */ - #undef uptr #define uptr Py_uintptr_t