* Unused global variable `scm_weak_vectors'
@ 2005-11-07 12:18 Ludovic Courtès
2005-11-12 9:00 ` Neil Jerram
0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2005-11-07 12:18 UTC (permalink / raw)
Hi,
The patch below removes the `scm_weak_vectors' global variable from
`gc.c' as it's no longer used (`weaks.c' maintains its own list of weak
vectors).
Thanks,
Ludovic.
2005-11-07 Ludovic Courtès <ludovic.courtes@laas.fr>
* gc.c (scm_weak_vectors): Removed.
--- orig/libguile/gc.c
+++ mod/libguile/gc.c
@@ -210,10 +210,6 @@
*/
unsigned long scm_mtrigger;
-/* During collection, this accumulates objects holding
- * weak references.
- */
-SCM scm_weak_vectors;
/* GC Statistics Keeping
*/
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Unused global variable `scm_weak_vectors'
2005-11-07 12:18 Unused global variable `scm_weak_vectors' Ludovic Courtès
@ 2005-11-12 9:00 ` Neil Jerram
0 siblings, 0 replies; 2+ messages in thread
From: Neil Jerram @ 2005-11-12 9:00 UTC (permalink / raw)
ludovic.courtes@laas.fr (Ludovic Courtès) writes:
> Hi,
>
> The patch below removes the `scm_weak_vectors' global variable from
> `gc.c' as it's no longer used (`weaks.c' maintains its own list of weak
> vectors).
Thanks, I've applied this.
Neil
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-12 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-07 12:18 Unused global variable `scm_weak_vectors' Ludovic Courtès
2005-11-12 9:00 ` Neil Jerram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).