mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
Remove unused scm_i_thread fields
* libguile/threads.h (scm_i_thread): * libguile/threads.c (guilify_self_1): Remove unused mark stack fields.
This commit is contained in:
parent
03d1294977
commit
9ebf794607
2 changed files with 0 additions and 7 deletions
|
@ -380,8 +380,6 @@ guilify_self_1 (struct GC_stack_base *base)
|
|||
abort ();
|
||||
|
||||
scm_i_pthread_mutex_init (&t.admin_mutex, NULL);
|
||||
t.current_mark_stack_ptr = NULL;
|
||||
t.current_mark_stack_limit = NULL;
|
||||
t.canceled = 0;
|
||||
t.exited = 0;
|
||||
t.guile_mode = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue