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

Slava Pestov 2009-07-01 17:41:20 -05:00
parent 14bce3b400
commit 2b5df8c298
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 ;