Remove now-unused fidding with PY_FORMAT_SIZE_T.

This commit is contained in:
Tim Peters 2006-06-30 18:34:51 +00:00
parent 730199275a
commit 08612926a1
1 changed files with 0 additions and 4 deletions

View File

@ -82,10 +82,6 @@
#define DONT_USE_SEH #define DONT_USE_SEH
#endif #endif
#ifndef PY_FORMAT_SIZE_T
#define PY_FORMAT_SIZE_T ""
#endif
#ifdef MS_WIN32 #ifdef MS_WIN32
PyObject *ComError; PyObject *ComError;