0.pre7.31:
[sbcl.git] / src / compiler / x86 / system.lisp
index 95de87f..86cc500 100644 (file)
                   :disp (- function-pointer-type other-pointer-type)))
     (inst add func code)))
 
-;;; REMOVEME
-(defknown %function-self (function) function (flushable))
-
 (define-vop (%function-self)
   (:policy :fast-safe)
   (:translate %function-self)
 (def-source-transform %funcallable-instance-function (fin)
   `(%function-self ,fin))
 
-;;; REMOVEME
-(defknown (setf %function-self) (function function) function  (unsafe))
-
 (define-vop (%set-function-self)
   (:policy :fast-safe)
   (:translate (setf %function-self))