]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove unused fipstls_runtime_arg0 function
authorqmuntal <quimmuntal@gmail.com>
Fri, 22 Nov 2024 15:14:21 +0000 (16:14 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 18 Feb 2025 17:03:18 +0000 (09:03 -0800)
fipstls_runtime_arg0 is unused since CL 629675.

Change-Id: I981e55e95f4d1cbd33f4c438c1947ec39385376b
Reviewed-on: https://go-review.googlesource.com/c/go/+/631215
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/runtime_boring.go

index 5a98b20253181cbc05c317f7eeb3c8cffdce9c2f..831ee67afc952df426b6a1a040dd3d981d7f6281 100644 (file)
@@ -14,6 +14,3 @@ func boring_runtime_arg0() string {
        }
        return argslice[0]
 }
-
-//go:linkname fipstls_runtime_arg0 crypto/internal/boring/fipstls.runtime_arg0
-func fipstls_runtime_arg0() string { return boring_runtime_arg0() }