* gc.c (scm_weak_vectors): Removed.
authorNeil Jerram <neil@ossau.uklinux.net>
Sat, 12 Nov 2005 08:58:51 +0000 (08:58 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sat, 12 Nov 2005 08:58:51 +0000 (08:58 +0000)
libguile/ChangeLog
libguile/gc.c

index f26138e..52c7066 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-12  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * gc.c (scm_weak_vectors): Removed.
+
 2005-11-07  Marius Vollmer  <mvo@zagadka.de>
 
        * stime.c (scm_mktime): Use scm_frame_critical_section instead of
index 928e8c1..6141ff2 100644 (file)
@@ -210,11 +210,6 @@ SCM_DEFINE (scm_set_debug_cell_accesses_x, "set-debug-cell-accesses!", 1, 0, 0,
  */
 unsigned long scm_mtrigger;
 
-/* During collection, this accumulates objects holding
- * weak references.
- */
-SCM scm_weak_vectors;
-
 /* GC Statistics Keeping
  */
 unsigned long scm_cells_allocated = 0;