From 56067e31f257940113c0fdb2bb8e818d1b62881e Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Fri, 12 Sep 2025 16:04:24 -0400 Subject: std: remove unused declarations One function was unused by mistake, and is now used as intended. Change-Id: I42ae7481c6f794b310bdac656ea525bd882f146e Reviewed-on: https://go-review.googlesource.com/c/go/+/706815 Auto-Submit: Alan Donovan Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- src/runtime/string_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/runtime/string_test.go') diff --git a/src/runtime/string_test.go b/src/runtime/string_test.go index 522a502a1c..942e7ac04a 100644 --- a/src/runtime/string_test.go +++ b/src/runtime/string_test.go @@ -388,8 +388,6 @@ func TestString2Slice(t *testing.T) { } } -const intSize = 32 << (^uint(0) >> 63) - func TestParseByteCount(t *testing.T) { for _, test := range []struct { in string -- cgit v1.3-5-g9baa