summaryrefslogtreecommitdiff
path: root/Modules/_lsprof.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 02:11:36 +0200
committerJesus Cea <jcea@jcea.es>2012-10-05 02:11:36 +0200
commita983f4cd05e08c54d7b01a030989d5c0d52dc30e (patch)
tree80c00bc24a6adc9282ecb2b88f4882fdd7d4d4b0 /Modules/_lsprof.c
parent16137c6e635671077db3a2b46dc3fa9903115a92 (diff)
downloadcpython-a983f4cd05e08c54d7b01a030989d5c0d52dc30e.tar.gz
#16135: Removal of OS/2 support (Modules/*)
Diffstat (limited to 'Modules/_lsprof.c')
-rw-r--r--Modules/_lsprof.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_lsprof.c b/Modules/_lsprof.c
index b0a226bfeb..5657f2f676 100644
--- a/Modules/_lsprof.c
+++ b/Modules/_lsprof.c
@@ -36,12 +36,8 @@ hpTimerUnit(void)
#error "This module requires gettimeofday() on non-Windows platforms!"
#endif
-#if (defined(PYOS_OS2) && defined(PYCC_GCC))
-#include <sys/time.h>
-#else
#include <sys/resource.h>
#include <sys/times.h>
-#endif
static PY_LONG_LONG
hpTimer(void)