(scm_i_thread_root): Do not validate argument.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 16 Oct 2002 16:09:22 +0000 (16:09 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 16 Oct 2002 16:09:22 +0000 (16:09 +0000)
libguile/coop-threads.c

index cf099cf..ae00d34 100644 (file)
@@ -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)