diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp
index e9c17c7ab1b80250a4a7f2dd934dabf14cb40a92..554becf9f11c94921505b1302860462e24f93e30 100644
--- a/compiler/sparc/type-vops.lisp
+++ b/compiler/sparc/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/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 @@
 (def-type-vops funcallable-instance-p nil nil nil
   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
   vm:simple-array-type vm:complex-string-type vm:complex-bit-vector-type
   vm:complex-vector-type vm:complex-array-type)