From: Tobias Klauser Date: Sat, 9 Mar 2019 14:32:31 +0000 (+0100) Subject: strings: remove unnecessary strings.s X-Git-Tag: go1.13beta1~1113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e2dc41b4909400341ec12058261206bb842cc2e0;p=gostls13.git 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 --- 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.