]> Cypherpunks repositories - gostls13.git/commitdiff
strings: remove unnecessary strings.s
authorTobias Klauser <tklauser@distanz.ch>
Sat, 9 Mar 2019 14:32:31 +0000 (15:32 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sun, 10 Mar 2019 15:52:22 +0000 (15:52 +0000)
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>
src/strings/strings.s [deleted file]

diff --git a/src/strings/strings.s b/src/strings/strings.s
deleted file mode 100644 (file)
index 55103ba..0000000
+++ /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.