From 975f1afd85bd1de6037e1ba30af0c7ec598f689c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 28 Aug 2018 14:22:37 +0200 Subject: [PATCH] internal/syscall/unix: remove unnecessary empty.s After CL 130736 there are no empty function declarations this package anymore, so empty.s is no longer needed. Change-Id: Ic4306f10ad8a31777a3337870ce19e14c1510f3b Reviewed-on: https://go-review.googlesource.com/131835 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/internal/syscall/unix/empty.s | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/internal/syscall/unix/empty.s diff --git a/src/internal/syscall/unix/empty.s b/src/internal/syscall/unix/empty.s deleted file mode 100644 index 7151ab838b..0000000000 --- a/src/internal/syscall/unix/empty.s +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2018 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. - -// This file is here just to make the go tool happy. It allows -// empty function declarations (no function body). -// It is used with "go:linkname". -- 2.50.0