bootlo: remove unused &+c@ and &+w@
1 files changed, 0 insertions(+), 2 deletions(-) M fs/xcomp/bootlo.fs
M fs/xcomp/bootlo.fs => fs/xcomp/bootlo.fs +0 -2
@@ 191,8 191,6 @@ alias @ llnext \ Entry metadata : &+ ( n -- ) code W+n, exit, ; : &+@ ( n -- ) code W+n, W) @, exit, ; -: &+w@ ( n -- ) code W+n, W) 16b) @, exit, ; -: &+c@ ( n -- ) code W+n, W) 8b) @, exit, ; -4 &+@ emeta -4 &+ 'emeta : metaadd ( id entry -- ) 'emeta lladd drop , ;