summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-09 21:57:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-09 21:57:58 (GMT)
commit4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c (patch)
treee57bfdc6c9ff29bf7e0f91d73e0c02f09ea5c659 /Include/pystate.h
parentad46443e9d28553ad5dd8477ff5458fd07d53b77 (diff)
downloadcpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.zip
cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.gz
cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.bz2
remove ceval timestamp support
Diffstat (limited to 'Include/pystate.h')
-rw-r--r--Include/pystate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pystate.h b/Include/pystate.h
index f1c9427..ff0d4fe 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -43,9 +43,6 @@ typedef struct _is {
#ifdef HAVE_DLOPEN
int dlopenflags;
#endif
-#ifdef WITH_TSC
- int tscdump;
-#endif
PyObject *builtins_copy;
PyObject *import_func;