0.9.16.30:
[sbcl.git] / src / code / deftypes-for-target.lisp
index 8a066f5..0091da5 100644 (file)
@@ -56,9 +56,6 @@
 
 (sb!xc:deftype bit () '(integer 0 1))
 
-(sb!xc:deftype compiled-function ()
-  '(and function #!+sb-eval (not sb!eval:interpreted-function)))
-
 (sb!xc:deftype atom () '(not cons))
 
 (sb!xc:deftype base-char ()