Browse Source

Keep `-vet` happy

gingerBill 2 years ago
parent
commit
6e647a88eb
2 changed files with 0 additions and 2 deletions
  1. 0 1
      core/os/dir_darwin.odin
  2. 0 1
      core/os/dir_freebsd.odin

+ 0 - 1
core/os/dir_darwin.odin

@@ -2,7 +2,6 @@ package os
 
 import "core:strings"
 import "core:mem"
-import "core:runtime"
 
 read_dir :: proc(fd: Handle, n: int, allocator := context.allocator) -> (fi: []File_Info, err: Errno) {
 	dirp: Dir

+ 0 - 1
core/os/dir_freebsd.odin

@@ -1,7 +1,6 @@
 package os
 
 import "core:mem"
-import "core:runtime"
 
 read_dir :: proc(fd: Handle, n: int, allocator := context.allocator) -> (fi: []File_Info, err: Errno) {
 	dirp: Dir