From cba269da8028fc6da7e00286e7fa236de6126a0b Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 14 Mar 1993 17:19:01 +0000
Subject: [PATCH] Delete obsolete #-reload conditional.

---
 code/pred.lisp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/code/pred.lisp b/code/pred.lisp
index 87aef86dd..f28d85054 100644
--- a/code/pred.lisp
+++ b/code/pred.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/pred.lisp,v 1.31 1993/03/13 16:53:00 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.32 1993/03/14 17:19:01 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -118,7 +118,6 @@
 ;;; than type-of.  In particular, speed is more important than precision, and
 ;;; it is not permitted to return member types.
 ;;; 
-#-reload
 (defun type-of (object)
   "Return the type of OBJECT."
   (if (typep object '(or function array))
-- 
GitLab