0.pre7.49:
[sbcl.git] / src / code / target-type.lisp
index a3ec9c6..1bd5d47 100644 (file)
 
 ;;; Pull the type specifier out of a function object.
 (defun extract-function-type (fun)
-  (typecase fun
-    ;; FIXME: byte compiler to be deleted completely
-    #|
-    (byte-function (byte-function-type fun))
-    (byte-closure (byte-function-type (byte-closure-function fun)))
-    |#
-    (t
-     (specifier-type (%function-type (%closure-function fun))))))
+  (specifier-type (%function-type (%closure-function fun))))
 \f
 ;;;; miscellaneous interfaces