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 /Include/pystate.h | |
parent | ad46443e9d28553ad5dd8477ff5458fd07d53b77 (diff) | |
download | cpython-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.h | 3 |
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; |