src/string.c

changeset 1127
1fd31909a3f8
parent 1125
6090c455b8df
--- a/src/string.c	Wed Jan 15 19:32:53 2025 +0100
+++ b/src/string.c	Wed Jan 15 19:42:49 2025 +0100
@@ -753,14 +753,6 @@
     return ctx;
 }
 
-CxStrtokCtx cx_strtok_m(
-        cxmutstr str,
-        cxstring delim,
-        size_t limit
-) {
-    return cx_strtok(cx_strcast(str), delim, limit);
-}
-
 bool cx_strtok_next(
         CxStrtokCtx *ctx,
         cxstring *token

mercurial