diff --git a/basis/compiler/tree/debugger/debugger.factor b/basis/compiler/tree/debugger/debugger.factor index ea01dcde3e..7d817eef7e 100644 --- a/basis/compiler/tree/debugger/debugger.factor +++ b/basis/compiler/tree/debugger/debugger.factor @@ -13,8 +13,6 @@ generic hints io kernel macros make match math namespaces prettyprint prettyprint.config prettyprint.custom prettyprint.sections quotations sequences sequences.private sets sorting words ; -FROM: syntax => _ ; -RENAME: _ match => __ IN: compiler.tree.debugger ! A simple tool for turning tree IR into quotations and