From 93bb78ad8eefe6475d1094690600b498d84d5b86 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Tue, 28 Jan 2003 02:49:15 +0000
Subject: [PATCH] Remove some undefined exported symbols.

---
 code/gc.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/code/gc.lisp b/code/gc.lisp
index 7eaaf4552..4e64446a3 100644
--- a/code/gc.lisp
+++ b/code/gc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.31 2003/01/06 15:10:16 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.32 2003/01/28 02:49:15 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -20,8 +20,7 @@
 	  *bytes-consed-between-gcs* *gc-verbose* *gc-inhibit-hook*
 	  *gc-notify-before* *gc-notify-after* get-bytes-consed
 	  *gc-run-time* bytes-consed-between-gcs
-	  get-bytes-consed-integer get-bytes-consed-single-float
-	  get-bytes-consed-dfixnum get-bytes-consed-new))
+	  get-bytes-consed-dfixnum))
 
 (in-package "LISP")
 (export '(room))
-- 
GitLab