Remove @(require_results) from os.read_directory_iterator

This commit is contained in:
Jeroen van Rijn
2026-02-11 19:15:32 +01:00
parent 355b8a8c83
commit 8468d269dc
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -279,6 +279,9 @@ demo.bin
libLLVM*.so*
*.a
# WASM
*.wasm
# shared collection
shared/

View File

@@ -195,7 +195,6 @@ Example:
}
}
*/
@(require_results)
read_directory_iterator :: proc(it: ^Read_Directory_Iterator) -> (fi: File_Info, index: int, ok: bool) {
if it.f == nil {
return