diff options
Diffstat (limited to 'core/os/dir.odin')
| -rw-r--r-- | core/os/dir.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/os/dir.odin b/core/os/dir.odin index a2fba81e4..2548480c2 100644 --- a/core/os/dir.odin +++ b/core/os/dir.odin @@ -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 |