compiler.tree.propagation.slots: remove unused word
The last use of `length-accessor?` has been removed in
8e227bc874
, which obsoleted the `length` slot.
master
parent
e065e5b315
commit
01a389cb68
|
@ -47,9 +47,6 @@ IN: compiler.tree.propagation.slots
|
|||
[ swap slot <literal-info> ]
|
||||
} 2&& ;
|
||||
|
||||
: length-accessor? ( slot info -- ? )
|
||||
[ 1 = ] [ length>> ] bi* and ;
|
||||
|
||||
: value-info-slot ( slot info -- info' )
|
||||
{
|
||||
{ [ over 0 = ] [ 2drop fixnum <class-info> ] }
|
||||
|
|
Loading…
Reference in New Issue