remove non-existent thing
This commit is contained in:
parent
d12a53fd08
commit
20a15097b4
@ -1249,7 +1249,6 @@ B sys_c1(B t, B x) {
|
|||||||
else if (eqStr(c, U"rebqn")) cr = incG(bi_reBQN);
|
else if (eqStr(c, U"rebqn")) cr = incG(bi_reBQN);
|
||||||
else if (eqStr(c, U"primitives")) cr = getPrimitives();
|
else if (eqStr(c, U"primitives")) cr = getPrimitives();
|
||||||
else if (eqStr(c, U"fromutf8")) cr = incG(bi_fromUtf8);
|
else if (eqStr(c, U"fromutf8")) cr = incG(bi_fromUtf8);
|
||||||
else if (eqStr(c, U"toutf8")) cr = incG(bi_toUtf8);
|
|
||||||
else if (eqStr(c, U"path")) cr = inc(REQ_PATH);
|
else if (eqStr(c, U"path")) cr = inc(REQ_PATH);
|
||||||
else if (eqStr(c, U"name")) cr = inc(REQ_NAME);
|
else if (eqStr(c, U"name")) cr = inc(REQ_NAME);
|
||||||
else if (eqStr(c, U"fchars")) cr = m_nfn(fCharsDesc, inc(REQ_PATH));
|
else if (eqStr(c, U"fchars")) cr = m_nfn(fCharsDesc, inc(REQ_PATH));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user