We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d8526 commit c506fbeCopy full SHA for c506fbe
src/init.c
@@ -71,7 +71,6 @@ R_CallMethodDef callMethods[] = {
71
{"Creorder", (DL_FUNC) &reorder, -1},
72
{"Crbindlist", (DL_FUNC) &rbindlist, -1},
73
{"Cvecseq", (DL_FUNC) &vecseq, -1},
74
-{"Cseqexp", (DL_FUNC) &seqexp, -1},
75
{"Csetlistelt", (DL_FUNC) &setlistelt, -1},
76
{"CsetS4elt", (DL_FUNC) &setS4elt, -1},
77
{"Caddress", (DL_FUNC) &address, -1},
0 commit comments