0.9.7.1:
[sbcl.git] / src / code / inspect.lisp
index f059e88..6d3b0a5 100644 (file)
@@ -198,12 +198,6 @@ evaluated expressions.
           t
           (inspected-standard-object-elements object)))
 
-(defmethod inspected-parts ((object funcallable-instance))
-  (values (format nil "The object is a FUNCALLABLE-INSTANCE of type ~S.~%"
-                  (type-of object))
-          t
-          (inspected-standard-object-elements object)))
-
 (defmethod inspected-parts ((object condition))
   (values (format nil "The object is a CONDITION of type ~S.~%"
                   (type-of object))