u3: moves u3z of printed timestamp to u3m_boot()

This commit is contained in:
Joe Bryan 2020-10-23 13:35:57 -07:00
parent 347a1ffb66
commit b2c79860e0
2 changed files with 8 additions and 8 deletions

View File

@ -1689,6 +1689,14 @@ u3m_boot(c3_c* dir_c)
u3j_ream();
u3n_ream();
// XX unused, removed
//
// u3z() temporarily preserved to avoid leaking
// checkpointed values
//
u3z(u3A->wen);
u3A->wen = 0;
return u3A->ent_d;
}
else {

View File

@ -164,14 +164,6 @@ u3v_time(u3_noun now)
{
u3z(u3A->now);
u3A->now = now;
// XX unused, removed
//
// u3z() temporarily preserved to avoid leaking
// checkpointed values
//
u3z(u3A->wen);
u3A->wen = 0;
}
/* u3v_numb(): set the instance number.