Removed the mark/free functions of continuations and threads.
authorLudovic Courtes <ludovic.courtes@laas.fr>
Thu, 18 May 2006 08:08:47 +0000 (08:08 +0000)
committerLudovic Courtès <ludo@gnu.org>
Fri, 5 Sep 2008 07:33:11 +0000 (09:33 +0200)
commit6bad09ba9f203f5aaf8024ab198995d2470fb688
tree8a3d31c2fa1873c2ad2aa8ead094516cfde23fb5
parent296278188ec42aec4ff2a60c8cd52f0f1e8ec47a
Removed the mark/free functions of continuations and threads.

* libguile/continuations.c (continuation_mark): Removed.
  (continuation_free): Removed.
  (scm_init_continuations): Don't use them.

* libguile/coop-pthreads.c (scm_threads_mark_stacks): Removed (was
  unused).

* libguile/threads.c (scm_threads_mark_stacks): Likewise.

* libguile/threads.h (scm_threads_mark_stacks): Likewise.

git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-21
libguile/continuations.c
libguile/coop-pthreads.c
libguile/threads.c
libguile/threads.h