remove non-existent thing

This commit is contained in:
dzaima 2022-08-25 22:33:38 +03:00
parent d12a53fd08
commit 20a15097b4

View File

@ -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"primitives")) cr = getPrimitives();
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"name")) cr = inc(REQ_NAME);
else if (eqStr(c, U"fchars")) cr = m_nfn(fCharsDesc, inc(REQ_PATH));