mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-22 19:06:41 +00:00
Remove unused imports
This commit is contained in:
@@ -2,8 +2,6 @@ package os
|
||||
|
||||
import "core:time"
|
||||
import win32 "core:sys/windows"
|
||||
import "core:runtime"
|
||||
import "core:strings"
|
||||
|
||||
stat :: proc(fd: Handle) -> (File_Info, Errno) {
|
||||
if fd == 0 {
|
||||
|
||||
Reference in New Issue
Block a user