Remove unused word

db4
Slava Pestov 2008-07-30 04:12:27 -05:00
parent 279aeddeb3
commit d8b6a7f7e6
1 changed files with 0 additions and 2 deletions
unfinished/compiler/tree

View File

@ -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 ;