aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_global_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_global_objects.h')
-rw-r--r--Include/internal/pycore_global_objects.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/internal/pycore_global_objects.h b/Include/internal/pycore_global_objects.h
index d2dc907c53d..de7ab9b53eb 100644
--- a/Include/internal/pycore_global_objects.h
+++ b/Include/internal/pycore_global_objects.h
@@ -606,10 +606,6 @@ struct _Py_global_objects {
}, \
}
-static inline void
-_Py_global_objects_reset(struct _Py_global_objects *objects)
-{
-}
#ifdef __cplusplus
}