diff --git a/basis/compiler/tree/propagation/slots/slots.factor b/basis/compiler/tree/propagation/slots/slots.factor index 0151a6b8f6..cfc67b1de9 100644 --- a/basis/compiler/tree/propagation/slots/slots.factor +++ b/basis/compiler/tree/propagation/slots/slots.factor @@ -47,9 +47,6 @@ IN: compiler.tree.propagation.slots [ swap slot ] } 2&& ; -: length-accessor? ( slot info -- ? ) - [ 1 = ] [ length>> ] bi* and ; - : value-info-slot ( slot info -- info' ) { { [ over 0 = ] [ 2drop fixnum ] }