Remove explicit thread/condvar/mutex finalization.
authorLudovic Courtès <ludo@gnu.org>
Mon, 14 Sep 2009 21:37:15 +0000 (23:37 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 14 Sep 2009 22:00:18 +0000 (00:00 +0200)
commit706846f66745d5d20909bc5b7c44b566ab0a8f54
treedc03662b83d6491e634470d6821e4ec02752fbe6
parentd3a6162490f78e36be2c6c1c5f7319b2266ac7e0
Remove explicit thread/condvar/mutex finalization.

* libguile/threads.c (fat_mutex_free): Remove explicit `scm_gc_free ()'
  call.
  (fat_cond_free, thread_free): Remove.
  (scm_threads_prehistory): Adjust accordingly.
libguile/threads.c