Skip to content

Commit a79f1b1

Browse files
itchynytklauser
authored andcommitted
unix: fix unused import in syscall_darwin_386.go
Fix a compile error due to unused import introduced by CL 154663. Change-Id: I2a732380c35cd98dfff36289f5d72fd7d7222205 GitHub-Last-Rev: 5c7065d GitHub-Pull-Request: #26 Reviewed-on: https://go-review.googlesource.com/c/155460 Reviewed-by: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 8ff4e54 commit a79f1b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unix/syscall_darwin_386.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ package unix
88

99
import (
1010
"syscall"
11-
"unsafe"
1211
)
1312

1413
func setTimespec(sec, nsec int64) Timespec {

0 commit comments

Comments
 (0)