From 4e032ce301f980d238d876278d60a4937c772814 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Tue, 12 Mar 2013 21:39:49 +0400 Subject: [PATCH] runtime: fix build R=golang-dev CC=golang-dev https://golang.org/cl/7760043 --- src/pkg/runtime/netpoll_stub.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.48.1