Remove @(require_results) on find_aux

This commit is contained in:
gingerBill
2025-10-07 09:50:05 +01:00
parent fb93713f24
commit 787c3a7298

View File

@@ -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,