aboutsummaryrefslogtreecommitdiff
path: root/src/strings
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2019-03-09 15:32:31 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2019-03-10 15:52:22 +0000
commite2dc41b4909400341ec12058261206bb842cc2e0 (patch)
tree93c5858dafa52afd9f3073cb005006fd395b1954 /src/strings
parent9b6e9f0c8c66355c0f0575d808b32f52c8c6d21c (diff)
downloadgo-e2dc41b4909400341ec12058261206bb842cc2e0.tar.gz
go-e2dc41b4909400341ec12058261206bb842cc2e0.zip
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 <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/strings')
-rw-r--r--src/strings/strings.s5
1 files changed, 0 insertions, 5 deletions
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.