aboutsummaryrefslogtreecommitdiff
path: root/core/text
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-07 09:50:05 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-07 09:50:05 +0100
commit787c3a7298b5df1482ab1e916f8a5f11283e7fd4 (patch)
tree10450b5ba298da3b9df220271022949a87ef9c36 /core/text
parentfb93713f249c56258f67b7c22f0c207e4e11e246 (diff)
Remove `@(require_results)` on `find_aux`
Diffstat (limited to 'core/text')
-rw-r--r--core/text/match/strlib.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/text/match/strlib.odin b/core/text/match/strlib.odin
index bfb66ca5d..a711dc60c 100644
--- a/core/text/match/strlib.odin
+++ b/core/text/match/strlib.odin
@@ -646,7 +646,6 @@ lmem_find :: proc(s1, s2: string) -> int {
// find a pattern with in a haystack with an offset
// allow_memfind will speed up simple searches
-@(require_results)
find_aux :: proc(
haystack: string,
pattern: string,