compiler.tree.optimizer: Remove redundant call to compute-def-use

db4
Slava Pestov 2009-07-01 17:41:20 -05:00
parent a19f22ec82
commit 41f48e3cfe
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ SYMBOL: check-optimizer?
: ?check ( nodes -- nodes' )
check-optimizer? get [
compute-def-use
dup check-nodes
] when ;