summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-01-20 12:56:32 +1100
committerAndrew Gerrand <adg@golang.org>2011-01-20 12:56:32 +1100
commitb864a30f3e477a0e07667be6260aa0f1aa506a69 (patch)
tree114fdfbc8a023f1efb2bd305748fedab6b812724
parent83b754dff92122a2c012134e0f1bcd14e322f6df (diff)
downloadgo-b864a30f3e477a0e07667be6260aa0f1aa506a69.tar.gz
net: remove duplicate import of runtime
R=rsc CC=golang-dev http://codereview.appspot.com/3999046
-rw-r--r--src/pkg/net/fd_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/net/fd_windows.go b/src/pkg/net/fd_windows.go
index f3e5761c8..9b91eb398 100644
--- a/src/pkg/net/fd_windows.go
+++ b/src/pkg/net/fd_windows.go
@@ -11,7 +11,6 @@ import (
"syscall"
"time"
"unsafe"
- "runtime"
)
// IO completion result parameters.