summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_atexit.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_atexit.h')
-rw-r--r--Include/internal/pycore_atexit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/internal/pycore_atexit.h b/Include/internal/pycore_atexit.h
index 507a5c0..cde5b53 100644
--- a/Include/internal/pycore_atexit.h
+++ b/Include/internal/pycore_atexit.h
@@ -44,7 +44,6 @@ typedef struct {
struct atexit_state {
atexit_callback *ll_callbacks;
- atexit_callback *last_ll_callback;
// XXX The rest of the state could be moved to the atexit module state
// and a low-level callback added for it during module exec.