From 729db69ad63381d166f07c6bda6aea908c43e13e Mon Sep 17 00:00:00 2001
From: cshapiro <cshapiro>
Date: Tue, 18 Mar 2008 03:59:56 +0000
Subject: [PATCH] Remove empty expressions introduced in revision 1.90.

---
 lisp/gencgc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/gencgc.c b/lisp/gencgc.c
index 798781a3d..4835a003f 100644
--- a/lisp/gencgc.c
+++ b/lisp/gencgc.c
@@ -7,7 +7,7 @@
  *
  * Douglas Crosher, 1996, 1997, 1998, 1999.
  *
- * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/gencgc.c,v 1.92 2008/03/18 03:58:45 cshapiro Exp $
+ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/gencgc.c,v 1.93 2008/03/18 03:59:56 cshapiro Exp $
  *
  */
 
@@ -3865,8 +3865,8 @@ scav_hash_entries(struct hash_table *hash_table, lispobj weak, int removep)
     lispobj *kv_vector;
     lispobj empty_symbol;
     unsigned *index_vector, *next_vector, *hash_vector;
-    unsigned length = UINT_MAX;;
-    unsigned next_vector_length = UINT_MAX;;
+    unsigned length = UINT_MAX;
+    unsigned next_vector_length = UINT_MAX;
     unsigned i;
 
     kv_vector = (lispobj *) PTR(hash_table->table);
-- 
GitLab