mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Remove dangling references to PYCC_VACPP that are not relelvant since removal of OS/2 support.
This commit is contained in:
parent
843ea47a03
commit
03eb11f0b3
2 changed files with 1 additions and 12 deletions
|
@ -226,13 +226,6 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
|
|||
# include "pythread.h"
|
||||
#endif
|
||||
|
||||
#if defined(PYCC_VACPP)
|
||||
# include <types.h>
|
||||
# include <io.h>
|
||||
# include <sys/ioctl.h>
|
||||
# include <utils.h>
|
||||
# include <ctype.h>
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) || defined(__CYGWIN__)
|
||||
# include <sys/ioctl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue