summaryrefslogtreecommitdiff
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-10 01:14:38 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-10 01:14:38 +0300
commit142aee3a8e49375d405d8696f15f538f104ab78d (patch)
treea1961d66e2a42db428c2b9502e681f480ee1288b /Python/pystate.c
parentbe9a4e5c855188cf146962483e6de942bf154d95 (diff)
parentd8fdffedaa71a260d59ff67400d49be4643b90f0 (diff)
downloadcpython-git-142aee3a8e49375d405d8696f15f538f104ab78d.tar.gz
Merge heads
Diffstat (limited to 'Python/pystate.c')
-rw-r--r--Python/pystate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/pystate.c b/Python/pystate.c
index a0a8c97008..65c244e6f7 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -99,9 +99,6 @@ PyInterpreterState_New(void)
interp->dlopenflags = RTLD_LAZY;
#endif
#endif
-#ifdef WITH_TSC
- interp->tscdump = 0;
-#endif
HEAD_LOCK();
interp->next = interp_head;