mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
Removed strange profiler-breaking code.
This commit is contained in:
parent
36028424e6
commit
edf45e444e
@ -142,7 +142,11 @@ _t_samp_process(u3_road* rod_u)
|
|||||||
//
|
//
|
||||||
{
|
{
|
||||||
u3_noun laj = _t_jet_label(rod_u, bat);
|
u3_noun laj = _t_jet_label(rod_u, bat);
|
||||||
if ( u3_none == laj ) { abort(); }
|
|
||||||
|
if ( u3_none == laj ) {
|
||||||
|
don = u3t(don);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// lab = u3nc(u3i_string("foobar"), u3_nul);
|
// lab = u3nc(u3i_string("foobar"), u3_nul);
|
||||||
lab = u3a_take(laj); u3a_wash(laj);
|
lab = u3a_take(laj); u3a_wash(laj);
|
||||||
|
Loading…
Reference in New Issue
Block a user