aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-05-06 16:06:02 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-05-06 17:04:11 +0000
commit61602b0e9e1daa0490793ef9ada3a51f8f482265 (patch)
tree66461cfc8c6444d411c86ebb90c529603cfbcb19 /src/runtime/os_openbsd.go
parenta5c5f6ea94dcd9caad0f0df8caaf68f8659900b2 (diff)
downloadgo-61602b0e9e1daa0490793ef9ada3a51f8f482265.tar.gz
go-61602b0e9e1daa0490793ef9ada3a51f8f482265.zip
runtime: delete empty files
I meant to delete these in CL 22850, actually. Change-Id: I0c286efd2b9f1caf0221aa88e3bcc03649c89517 Reviewed-on: https://go-review.googlesource.com/22851 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/runtime/os_openbsd.go')
-rw-r--r--src/runtime/os_openbsd.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/os_openbsd.go b/src/runtime/os_openbsd.go
deleted file mode 100644
index 47bf8fc20d..0000000000
--- a/src/runtime/os_openbsd.go
+++ /dev/null
@@ -1,5 +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.
-
-package runtime