From: Dmitriy Vyukov Date: Tue, 12 Mar 2013 17:39:49 +0000 (+0400) Subject: runtime: fix build X-Git-Tag: go1.1rc2~556 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e032ce301f980d238d876278d60a4937c772814;p=gostls13.git runtime: fix build R=golang-dev CC=golang-dev https://golang.org/cl/7760043 --- diff --git a/src/pkg/runtime/netpoll_stub.c b/src/pkg/runtime/netpoll_stub.c index 90da7a85de..4dba88620a 100644 --- a/src/pkg/runtime/netpoll_stub.c +++ b/src/pkg/runtime/netpoll_stub.c @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build windows - #include "runtime.h" // Polls for ready network connections.