Skip to content

Commit 014d98a

Browse files
Remove dummy members
1 parent 344f32c commit 014d98a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Include/internal/pycore_interp_structs.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,6 @@ struct _gc_runtime_state {
249249
/* The number of live objects. */
250250
Py_ssize_t heap_size;
251251

252-
/* dummy members to preserve other offsets */
253-
Py_ssize_t dummy1; /* was work_to_do */
254-
int dummy2; /* was visited_space */
255-
int dummy3; /* was phase */
256-
257252
/* This is the number of objects that survived the last full
258253
collection. It approximates the number of long lived objects
259254
tracked by the GC.

0 commit comments

Comments
 (0)