From: Tim Peters Date: Fri, 30 Jun 2006 18:34:51 +0000 (+0000) Subject: Remove now-unused fidding with PY_FORMAT_SIZE_T. X-Git-Tag: v2.5b2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08612926a1fa4e8fd88c4f3b227ab8155e575124;p=python Remove now-unused fidding with PY_FORMAT_SIZE_T. --- diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index e883ed8c21..16e10dedad 100644 --- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -82,10 +82,6 @@ #define DONT_USE_SEH #endif -#ifndef PY_FORMAT_SIZE_T -#define PY_FORMAT_SIZE_T "" -#endif - #ifdef MS_WIN32 PyObject *ComError;