summaryrefslogtreecommitdiff
path: root/libguile/coop-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/coop-threads.c')
-rw-r--r--libguile/coop-threads.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/coop-threads.c b/libguile/coop-threads.c
index cf099cf60..ae00d3428 100644
--- a/libguile/coop-threads.c
+++ b/libguile/coop-threads.c
@@ -395,12 +395,9 @@ scm_all_threads (void)
scm_root_state *
scm_i_thread_root (SCM thread)
-#define FUNC_NAME "scm_i_thread_root"
{
- SCM_VALIDATE_THREAD (1, thread);
return (scm_root_state *)((coop_t *)SCM_THREAD_DATA (thread))->data;
}
-#undef FUNC_NAME
SCM
scm_join_thread (SCM thread)