src/string.c

changeset 1677
1d73c7302fbc
parent 1676
f889ffd07c86
--- a/src/string.c	Sun Dec 28 18:30:25 2025 +0100
+++ b/src/string.c	Sun Dec 28 18:43:21 2025 +0100
@@ -283,14 +283,6 @@
     return result;
 }
 
-cxmutstr cx_strstr_m_(
-        cxmutstr haystack,
-        cxstring needle
-) {
-    cxstring result = cx_strstr(cx_strcast(haystack), needle);
-    return (cxmutstr) {(char *) result.ptr, result.length};
-}
-
 size_t cx_strsplit_(
         cxstring string,
         cxstring delim,

mercurial