1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:10:12 -06:00

net: remove duplicate import of runtime

R=rsc
CC=golang-dev
https://golang.org/cl/3999046
This commit is contained in:
Andrew Gerrand 2011-01-20 12:56:32 +11:00
parent 0b08119adc
commit 5eb8c9baa7

View File

@ -11,7 +11,6 @@ import (
"syscall"
"time"
"unsafe"
"runtime"
)
// IO completion result parameters.