process-forgotten-words ( words -- )


Vocabulary
compiler.units

Definition
IN: compiler.units

HOOK: process-forgotten-words compiler-impl ( words -- )


Methods
USING: compiler.units kernel ;

M: f process-forgotten-words drop ;


USING: compiler compiler.crossref compiler.units sequences ;

M: optimizing-compiler process-forgotten-words
[ delete-compiled-xref ] each ;