summaryrefslogtreecommitdiffstats
path: root/Include/pystate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pystate.h')
-rw-r--r--Include/pystate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pystate.h b/Include/pystate.h
index 68d512b..6272492 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -26,7 +26,6 @@ typedef struct _is {
PyObject *sysdict;
PyObject *builtins;
PyObject *importlib;
- PyObject *modules_reloading;
PyObject *codec_search_path;
PyObject *codec_search_cache;