mirror of
https://github.com/golang/go
synced 2024-11-21 14:34:41 -07:00
net: remove duplicate import of runtime
R=rsc CC=golang-dev https://golang.org/cl/3999046
This commit is contained in:
parent
0b08119adc
commit
5eb8c9baa7
@ -11,7 +11,6 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
"runtime"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// IO completion result parameters.
|
// IO completion result parameters.
|
||||||
|
Loading…
Reference in New Issue
Block a user