From: Brad Fitzpatrick Date: Fri, 6 May 2016 16:06:02 +0000 (+0000) Subject: runtime: delete empty files X-Git-Tag: go1.7beta1~295 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=61602b0e9e1daa0490793ef9ada3a51f8f482265;p=gostls13.git 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/src/runtime/os_freebsd.go b/src/runtime/os_freebsd.go deleted file mode 100644 index 47bf8fc20d..0000000000 --- a/src/runtime/os_freebsd.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 diff --git a/src/runtime/os_nacl.go b/src/runtime/os_nacl.go deleted file mode 100644 index 47bf8fc20d..0000000000 --- a/src/runtime/os_nacl.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 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 diff --git a/src/runtime/os_plan9.go b/src/runtime/os_plan9.go deleted file mode 100644 index 47bf8fc20d..0000000000 --- a/src/runtime/os_plan9.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