mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove thread-specific admin mutex
* libguile/threads.c (guilify_self_1): * libguile/threads.h (scm_i_thread): Remove unused thread "admin mutex".
This commit is contained in:
parent
ca598d3140
commit
78239acff6
2 changed files with 0 additions and 3 deletions
|
@ -54,8 +54,6 @@ typedef struct scm_i_thread {
|
|||
SCM handle;
|
||||
scm_i_pthread_t pthread;
|
||||
|
||||
scm_i_pthread_mutex_t admin_mutex;
|
||||
|
||||
SCM result;
|
||||
int exited;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue