Re: Unused global variable `scm_weak_vectors'

2005-11-12 Thread Neil Jerram
[EMAIL PROTECTED] (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 ___

Unused global variable `scm_weak_vectors'

2005-11-07 Thread Ludovic Courtès
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 <[EMAIL PROTECTED]> * gc.c (scm_weak_vectors): Removed. --- orig/libguile/gc.c +++ m