summaryrefslogtreecommitdiff
path: root/src/pkg/net/http/race.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/http/race.go')
-rw-r--r--src/pkg/net/http/race.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pkg/net/http/race.go b/src/pkg/net/http/race.go
deleted file mode 100644
index 766503967..000000000
--- a/src/pkg/net/http/race.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build race
-
-package http
-
-func init() {
- raceEnabled = true
-}