From 2ca5575facf253397c2a20fd83e0d86dc29086af Mon Sep 17 00:00:00 2001
From: "Guillermo J. Rozas" <edu/mit/csail/zurich/gjr>
Date: Sun, 8 Feb 1987 12:28:47 +0000
Subject: [PATCH] Unnecessary and incorrect reinitialization of Weak_Chain.

---
 v7/src/microcode/memmag.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/v7/src/microcode/memmag.c b/v7/src/microcode/memmag.c
index 5c17d4ac8..37fbef6e2 100644
--- a/v7/src/microcode/memmag.c
+++ b/v7/src/microcode/memmag.c
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/memmag.c,v 9.24 1987/02/07 15:25:07 jinx Exp $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/memmag.c,v 9.25 1987/02/08 12:28:47 jinx Exp $ */
 
 /* Memory management top level.
 
@@ -333,7 +333,6 @@ Built_In_Primitive(Prim_Garbage_Collect, 1, "GARBAGE-COLLECT")
   }
   GC_Reserve = Get_Integer(Arg1);
   GCFlip();
-  Weak_Chain = NULL;
   GC();
   IntCode &= ~INT_GC;
   if (GC_Check(GC_Space_Needed))
-- 
2.25.1