From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Unused global variable `scm_weak_vectors' Date: Mon, 07 Nov 2005 13:18:33 +0100 Organization: LAAS-CNRS Message-ID: <874q6or6qu.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1131371948 13069 80.91.229.2 (7 Nov 2005 13:59:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Nov 2005 13:59:08 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 07 14:59:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EZ7Ud-0004A1-4q for guile-devel@m.gmane.org; Mon, 07 Nov 2005 14:57:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZ7Uc-0007o2-L0 for guile-devel@m.gmane.org; Mon, 07 Nov 2005 08:57:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EZ5xR-0007gw-1v for guile-devel@gnu.org; Mon, 07 Nov 2005 07:18:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EZ5xO-0007gh-UE for guile-devel@gnu.org; Mon, 07 Nov 2005 07:18:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZ5xO-0007ge-A1 for guile-devel@gnu.org; Mon, 07 Nov 2005 07:18:38 -0500 Original-Received: from [140.93.0.15] (helo=laas.laas.fr) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EZ5xO-0006y1-1q for guile-devel@gnu.org; Mon, 07 Nov 2005 07:18:38 -0500 Original-Received: by laas.laas.fr (8.13.1/8.13.4) with SMTP id jA7CIZOg010799; Mon, 7 Nov 2005 13:18:36 +0100 (CET) Original-To: guile-devel@gnu.org X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 17 Brumaire an 214 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu Mail-Followup-To: guile-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Spam-Score: 0 () X-Scanned-By: MIMEDefang at CNRS-LAAS X-MIME-Autoconverted: from 8bit to quoted-printable by laas.laas.fr id jA7CIZOg010799 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5376 Archived-At: 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=E8s * gc.c (scm_weak_vectors): Removed. --- orig/libguile/gc.c +++ mod/libguile/gc.c @@ -210,10 +210,6 @@ */ unsigned long scm_mtrigger; =20 -/* During collection, this accumulates objects holding - * weak references. - */ -SCM scm_weak_vectors; =20 /* GC Statistics Keeping */ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel