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" "syscall"
"time" "time"
"unsafe" "unsafe"
"runtime"
) )
// IO completion result parameters. // IO completion result parameters.