зеркало из https://github.com/github/ruby.git
Remove unused struct member thgroup->group
This commit is contained in:
Родитель
36fa4f13ca
Коммит
0457e43423
2
thread.c
2
thread.c
|
@ -4691,7 +4691,6 @@ rb_thread_atfork_before_exec(void)
|
|||
|
||||
struct thgroup {
|
||||
int enclosed;
|
||||
VALUE group;
|
||||
};
|
||||
|
||||
static size_t
|
||||
|
@ -4733,7 +4732,6 @@ thgroup_s_alloc(VALUE klass)
|
|||
|
||||
group = TypedData_Make_Struct(klass, struct thgroup, &thgroup_data_type, data);
|
||||
data->enclosed = 0;
|
||||
data->group = group;
|
||||
|
||||
return group;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче