compiler.cfg.dcn.rewrite: remove unused word

db4
Slava Pestov 2009-07-22 19:18:12 -05:00
parent 5559d77d05
commit 45c66b58af
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ IN: compiler.cfg.dcn.rewrite
peek-in swap [ peek-out ] [ avail-out ] bi
assoc-union assoc-diff ;
: remove-dead-stores ( assoc -- assoc' )
[ drop n>> 0 >= ] assoc-filter ;
: inserting-replaces ( from to -- assoc )
[ replace-out ] [ [ kill-in ] [ replace-in ] bi ] bi*
assoc-union assoc-diff ;