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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08612926a1fa4e8fd88c4f3b227ab8155e575124;p=thirdparty%2FPython%2Fcpython.git Remove now-unused fidding with PY_FORMAT_SIZE_T. --- diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index e883ed8c21d2..16e10dedad2e 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;