Skip to content
Snippets Groups Projects
Commit 0cfdda82 authored by pw's avatar pw
Browse files

Get rid of dead dylan-function-p entry

parent bbc6cdef
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.19 1998/07/24 17:22:38 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.20 1999/03/25 15:51:07 pw Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -264,9 +264,6 @@ ...@@ -264,9 +264,6 @@
(def-type-vops funcallable-instance-p nil nil nil (def-type-vops funcallable-instance-p nil nil nil
vm:funcallable-instance-header-type) vm: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 (def-type-vops array-header-p nil nil nil
vm:simple-array-type vm:complex-string-type vm:complex-bit-vector-type vm:simple-array-type vm:complex-string-type vm:complex-bit-vector-type
vm:complex-vector-type vm:complex-array-type) vm:complex-vector-type vm:complex-array-type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment