diff options
| author | gingerBill <bill@gingerbill.org> | 2024-03-19 17:02:01 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-03-19 17:02:01 +0000 |
| commit | 83dcce9a58c72f9f4e079aae8e06e932773ec8e2 (patch) | |
| tree | 92381999f6d0033b1566bf1f549c74e147d847ed /src/string.cpp | |
| parent | cc62773a05cb6c7a00cfcb916da1b6fdde7de3e8 (diff) | |
| parent | 433109ff52d2db76069273cd53b7aebf6aea9be0 (diff) | |
Merge branch 'master' into orca-dev
Diffstat (limited to 'src/string.cpp')
| -rw-r--r-- | src/string.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp index 8be40ec3c..7bfa52f33 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -89,7 +89,6 @@ gb_internal char *alloc_cstring(gbAllocator a, String s) { } - gb_internal gb_inline bool str_eq_ignore_case(String const &a, String const &b) { if (a.len == b.len) { for (isize i = 0; i < a.len; i++) { |