Remove unused preprocessor block
This commit is contained in:
parent
381bdee118
commit
0ddf29f4d1
3
gc.c
3
gc.c
@ -10623,9 +10623,6 @@ gc_update_object_references(rb_objspace_t *objspace, VALUE obj)
|
|||||||
|
|
||||||
case T_STRING:
|
case T_STRING:
|
||||||
{
|
{
|
||||||
#if USE_RVARGC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (STR_SHARED_P(obj)) {
|
if (STR_SHARED_P(obj)) {
|
||||||
#if USE_RVARGC
|
#if USE_RVARGC
|
||||||
VALUE old_root = any->as.string.as.heap.aux.shared;
|
VALUE old_root = any->as.string.as.heap.aux.shared;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user