mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
removed superfluous lines
This commit is contained in:
parent
2769cb2ac9
commit
a9e760edb5
@ -25,11 +25,7 @@
|
||||
if ( u3_nul == lis ) {
|
||||
return u3_nul;
|
||||
}
|
||||
else if ( c3y != u3du(lis) ) {
|
||||
return u3m_bail(c3__exit);
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
u3_noun i_lis, t_lis, fot, typ;
|
||||
u3_noun p_typ, q_typ, pq_typ, qq_typ, rq_typ;
|
||||
|
||||
@ -46,8 +42,7 @@
|
||||
|
||||
u3_noun dox = u3nt(c3__core, u3k(qq_typ), u3k(q_typ));
|
||||
u3_noun par = u3nt(c3__hold, dox, u3nc(u3_nul, 1));
|
||||
u3_noun pro = u3nc(par, u3qfu_felt_arm(t_lis));
|
||||
return pro;
|
||||
return u3nc(par, u3qfu_felt_arm(t_lis));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user