diff options
Diffstat (limited to 'Include/internal/ceval.h')
-rw-r--r-- | Include/internal/ceval.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/internal/ceval.h b/Include/internal/ceval.h index 57db9b1..cdabb95 100644 --- a/Include/internal/ceval.h +++ b/Include/internal/ceval.h @@ -29,7 +29,6 @@ struct _pending_calls { struct _ceval_runtime_state { int recursion_limit; - int check_recursion_limit; /* Records whether tracing is on for any thread. Counts the number of threads for which tstate->c_tracefunc is non-NULL, so if the value is 0, we know we don't have to check this thread's |