diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 21:57:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 21:57:58 (GMT) |
commit | 4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c (patch) | |
tree | e57bfdc6c9ff29bf7e0f91d73e0c02f09ea5c659 /pyconfig.h.in | |
parent | ad46443e9d28553ad5dd8477ff5458fd07d53b77 (diff) | |
download | cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.zip cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.gz cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.bz2 |
remove ceval timestamp support
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index f181d7f..7682c48 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1388,9 +1388,6 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD -/* Define to profile with the Pentium timestamp counter */ -#undef WITH_TSC - /* Define if you want pymalloc to be disabled when running under valgrind */ #undef WITH_VALGRIND |