Browse Source

No need for timeval definition

It already existed so lets just use that rather than
redeclaring it
Ian Simonson 1 year ago
parent
commit
34c4389d75
1 changed files with 0 additions and 5 deletions
  1. 0 5
      core/sys/darwin/darwin.odin

+ 0 - 5
core/sys/darwin/darwin.odin

@@ -3,11 +3,6 @@ package darwin
 
 
 Bool :: b8
 Bool :: b8
 
 
-timeval :: struct {
-	tv_sec:  int,
-	tv_usec: int,
-}
-
 RUsage :: struct {
 RUsage :: struct {
 	ru_utime:    timeval,
 	ru_utime:    timeval,
 	ru_stime:    timeval,
 	ru_stime:    timeval,