vere: cleanup

This commit is contained in:
Philip Monk 2019-12-02 23:19:36 -08:00
parent 5f1c4805fe
commit 34ece6fe5a
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC
3 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
!:
:: :: /van/zuse
:: :: %reference/1
:: %zuse: arvo library.

View File

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

View File

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