Threads no longer track critical section level
* libguile/threads.h (scm_i_thread): * libguile/threads.c (guilify_self_1): Remove critical_section_level member of scm_i_thread. * libguile/async.c (scm_critical_section_end) (scm_critical_section_start): Remove bookkeeping.
This commit is contained in:
parent
8fc9450619
commit
4b78b001d8
3 changed files with 0 additions and 7 deletions
|
|
@ -118,10 +118,6 @@ typedef struct scm_i_thread {
|
|||
void *register_backing_store_base;
|
||||
scm_t_contregs *pending_rbs_continuation;
|
||||
#endif
|
||||
|
||||
/* Whether this thread is in a critical section. */
|
||||
int critical_section_level;
|
||||
|
||||
} scm_i_thread;
|
||||
|
||||
#define SCM_I_IS_THREAD(x) SCM_SMOB_PREDICATE (scm_tc16_thread, x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue