We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f840d commit 6ac05ddCopy full SHA for 6ac05dd
gc.c
@@ -4181,17 +4181,6 @@ obj_info(VALUE obj)
4181
char *const buff = obj_info_buffers[index];
4182
return rb_raw_obj_info(buff, OBJ_INFO_BUFFERS_SIZE, obj);
4183
}
4184
-
4185
-const char *
4186
-gc_raw_obj_info_basic(char *const buff, const size_t buff_size, VALUE obj)
4187
-{
4188
- asan_unpoisoning_object(obj) {
4189
- size_t pos = rb_raw_obj_info_common(buff, buff_size, obj);
4190
- if (pos >= buff_size) {} // truncated
4191
- }
4192
4193
- return buff;
4194
-}
4195
#else
4196
static const char *
4197
obj_info(VALUE obj)
0 commit comments