Browse Source

posix: revert change to os that was done for testing

Laytan Laats 1 year ago
parent
commit
406e60f5dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/dir_unix.odin

+ 0 - 1
core/os/dir_unix.odin

@@ -1,7 +1,6 @@
 //+build darwin, linux, netbsd, freebsd, openbsd
 package os
 
-import "base:runtime"
 import "core:strings"
 
 @(require_results)