diff --git a/unfinished/compiler/tree/tree.factor b/unfinished/compiler/tree/tree.factor index a4c78bc6bb..2a6e6cfa2f 100755 --- a/unfinished/compiler/tree/tree.factor +++ b/unfinished/compiler/tree/tree.factor @@ -140,8 +140,6 @@ TUPLE: #copy < node in-d out-d ; swap >>out-d swap >>in-d ; -: in/out ( node -- in-d out-d ) [ in-d>> ] [ out-d>> ] bi ; inline - : node, ( node -- ) stack-visitor get push ; M: vector child-visitor V{ } clone ;