From 56940e8a46e49c43c5fb3fdf850306632e4cfaca Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 20 Dec 1991 02:44:05 +0000
Subject: [PATCH] Deleted walker::walk-template from implementation properties,
 since the package hasn't been created yet (and might not be.)

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

diff --git a/code/describe.lisp b/code/describe.lisp
index 19db4f82d..f64b6a594 100644
--- a/code/describe.lisp
+++ b/code/describe.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.13 1991/12/19 18:08:15 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.14 1991/12/20 02:44:05 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -127,8 +127,7 @@
 (defparameter *implementation-properties*
   '(%loaded-address CONDITIONS::MAKE-FUNCTION CONDITIONS::REPORT-FUNCTION
 		    CONDITIONS::CONC-NAME CONDITIONS::SLOTS
-		    CONDITIONS::PARENT-TYPE
-		    #+pcl walker::walker-template))
+		    CONDITIONS::PARENT-TYPE))
 
 
 ;;;; Miscellaneous DESCRIBE methods:
-- 
GitLab