diff --git a/compiler/alpha/type-vops.lisp b/compiler/alpha/type-vops.lisp index c43ec325a31aa45837a7da9b8298ec4f47f0ffed..255114b88250aaa7468fdb309b386097ba404609 100644 --- a/compiler/alpha/type-vops.lisp +++ b/compiler/alpha/type-vops.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/compiler/alpha/type-vops.lisp,v 1.4 1998/07/24 17:22:30 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.5 1999/11/11 16:08:09 dtc Rel $") ;;; ;;; ********************************************************************** ;;; @@ -387,9 +387,6 @@ (def-type-vops funcallable-instance-p nil nil nil funcallable-instance-header-type) -(def-type-vops dylan::dylan-function-p nil nil nil - dylan-function-header-type) - (def-type-vops array-header-p nil nil nil simple-array-type complex-string-type complex-bit-vector-type complex-vector-type complex-array-type)