mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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
|
@ -72,11 +72,6 @@ typedef struct scm_i_thread {
|
|||
scm_i_pthread_cond_t sleep_cond;
|
||||
int sleep_fd, sleep_pipe[2];
|
||||
|
||||
/* XXX: These two fields used to hold information about the BDW-GC
|
||||
mark stack during the mark phase. They are no longer used. */
|
||||
void *current_mark_stack_ptr;
|
||||
void *current_mark_stack_limit;
|
||||
|
||||
/* Other thread local things.
|
||||
*/
|
||||
SCM dynamic_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue