summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-09 14:57:58 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-09 14:57:58 -0700
commit4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c (patch)
treee57bfdc6c9ff29bf7e0f91d73e0c02f09ea5c659 /pyconfig.h.in
parentad46443e9d28553ad5dd8477ff5458fd07d53b77 (diff)
downloadcpython-git-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.gz
remove ceval timestamp support
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index f181d7ffee..7682c48250 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