From 61602b0e9e1daa0490793ef9ada3a51f8f482265 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 6 May 2016 16:06:02 +0000 Subject: [PATCH] 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 --- src/runtime/os_freebsd.go | 5 ----- src/runtime/os_nacl.go | 5 ----- src/runtime/os_openbsd.go | 5 ----- src/runtime/os_plan9.go | 5 ----- 4 files changed, 20 deletions(-) delete mode 100644 src/runtime/os_freebsd.go delete mode 100644 src/runtime/os_nacl.go delete mode 100644 src/runtime/os_openbsd.go delete mode 100644 src/runtime/os_plan9.go 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 -- 2.50.0