diff options
Diffstat (limited to 'Include/internal/pycore_interp.h')
| -rw-r--r-- | Include/internal/pycore_interp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/internal/pycore_interp.h b/Include/internal/pycore_interp.h index 7ec9630..922c845 100644 --- a/Include/internal/pycore_interp.h +++ b/Include/internal/pycore_interp.h @@ -190,7 +190,6 @@ struct _is { struct _Py_tuple_state tuple; struct _Py_dict_state dict_state; - struct _Py_async_gen_state async_gen; struct _Py_exc_state exc_state; struct ast_state ast; |
