compiler.tree.propagation.inlining: remove some unused words

db4
Slava Pestov 2010-02-11 16:29:48 +13:00
parent ce11431fdb
commit 57ba1aff60
1 changed files with 0 additions and 8 deletions

View File

@ -79,14 +79,6 @@ M: callable splicing-nodes splicing-body ;
: inline-math-method ( #call word -- ? )
dupd inlining-math-method eliminate-dispatch ;
: inlining-math-partial ( #call word -- class/f quot/f )
[ "derived-from" word-prop first inlining-math-method ]
[ nip 1quotation ] 2bi
[ = not ] [ drop ] 2bi and ;
: inline-math-partial ( #call word -- ? )
dupd inlining-math-partial eliminate-dispatch ;
! Method body inlining
SYMBOL: history