Browse Source

Keep `-vet` happy

gingerBill 3 years ago
parent
commit
e9f901b82d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/file_windows.odin

+ 0 - 1
core/os/file_windows.odin

@@ -2,7 +2,6 @@ package os
 
 import win32 "core:sys/windows"
 import "core:intrinsics"
-import "core:runtime"
 import "core:unicode/utf16"
 
 is_path_separator :: proc(c: byte) -> bool {