]> Cypherpunks repositories - gostls13.git/commitdiff
net: remove duplicate import of runtime
authorAndrew Gerrand <adg@golang.org>
Thu, 20 Jan 2011 01:56:32 +0000 (12:56 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 20 Jan 2011 01:56:32 +0000 (12:56 +1100)
R=rsc
CC=golang-dev
https://golang.org/cl/3999046

src/pkg/net/fd_windows.go

index f3e5761c874049e2dd054256765603f61fd01f10..9b91eb398cbb5735a6e28d96db17e1e60842566c 100644 (file)
@@ -11,7 +11,6 @@ import (
        "syscall"
        "time"
        "unsafe"
-       "runtime"
 )
 
 // IO completion result parameters.