소스 검색

No need for timeval definition

It already existed so lets just use that rather than
redeclaring it
Ian Simonson 1 년 전
부모
커밋
34c4389d75
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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,