mirror of https://github.com/python/cpython
Remove now-unused fidding with PY_FORMAT_SIZE_T.
This commit is contained in:
parent
730199275a
commit
08612926a1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue