Skip to content

Commit c47d1aa

Browse files
qmuntalgopherbot
authored andcommitted
runtime: remove unused fipstls_runtime_arg0 function
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 <[email protected]> Reviewed-by: Filippo Valsorda <[email protected]> Reviewed-by: Daniel McCarney <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Quim Muntal <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent 5295722 commit c47d1aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/runtime/runtime_boring.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ func boring_runtime_arg0() string {
1414
}
1515
return argslice[0]
1616
}
17-
18-
//go:linkname fipstls_runtime_arg0 crypto/internal/boring/fipstls.runtime_arg0
19-
func fipstls_runtime_arg0() string { return boring_runtime_arg0() }

0 commit comments

Comments
 (0)