From e2dc41b4909400341ec12058261206bb842cc2e0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 9 Mar 2019 15:32:31 +0100 Subject: [PATCH] strings: remove unnecessary strings.s There are no empty function declarations in package strings anymore, so strings.s is no longer needed. Change-Id: I16fe161a9c06804811e98af0ca074f8f46e2f49d Reviewed-on: https://go-review.googlesource.com/c/go/+/166458 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- src/strings/strings.s | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/strings/strings.s diff --git a/src/strings/strings.s b/src/strings/strings.s deleted file mode 100644 index 55103bae05..0000000000 --- a/src/strings/strings.s +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2013 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. -- 2.50.0