mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
u3: moves u3z of printed timestamp to u3m_boot()
This commit is contained in:
parent
347a1ffb66
commit
b2c79860e0
@ -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 {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user