Skip to content

Commit 5d496a7

Browse files
committed
Remove a bitfield that shouldn't be there
1 parent f7ff576 commit 5d496a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gc/default/default.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,7 @@ typedef struct rb_objspace {
550550
unsigned int during_compacting : 1;
551551
unsigned int during_reference_updating : 1;
552552
unsigned int gc_stressful: 1;
553-
unsigned int has_newobj_hook: 1;
554553
unsigned int during_incremental_marking : 1;
555-
556554
unsigned int measure_gc : 1;
557555
} flags;
558556
// This can't be a bitfield because it's accessed in garbage_object_p() from the sweep thread

0 commit comments

Comments
 (0)