mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 22:55:03 +03:00
vere: cleanup
This commit is contained in:
parent
5f1c4805fe
commit
34ece6fe5a
@ -1,4 +1,3 @@
|
||||
!:
|
||||
:: :: /van/zuse
|
||||
:: :: %reference/1
|
||||
:: %zuse: arvo library.
|
||||
|
@ -13,8 +13,6 @@
|
||||
u3_noun wen; // current time, as text
|
||||
u3_noun sev_l; // instance number
|
||||
u3_noun sen; // instance string
|
||||
u3_noun our; // identity XX Remove
|
||||
u3_noun fak; // c3y is fake XX Remove
|
||||
u3_noun roc; // kernel core
|
||||
} u3v_arvo;
|
||||
|
||||
|
@ -362,8 +362,6 @@ u3v_mark(FILE* fil_u)
|
||||
tot_w += u3a_maid(fil_u, " date", u3a_mark_noun(arv_u->now));
|
||||
tot_w += u3a_maid(fil_u, " formatted date", u3a_mark_noun(arv_u->wen));
|
||||
tot_w += u3a_maid(fil_u, " instance string", u3a_mark_noun(arv_u->sen));
|
||||
tot_w += u3a_maid(fil_u, " identity", u3a_mark_noun(arv_u->our));
|
||||
tot_w += u3a_maid(fil_u, " fake", u3a_mark_noun(arv_u->fak));
|
||||
tot_w += u3a_maid(fil_u, " wish cache", u3a_mark_noun(arv_u->yot));
|
||||
return u3a_maid(fil_u, "total arvo stuff", tot_w);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user