aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/alg.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-11 17:08:54 -0500
committerRuss Cox <rsc@golang.org>2014-11-11 17:08:54 -0500
commite785e3acf8a4845ada7bed96f1a88355b1e0cde3 (patch)
tree6a23a9dbad60706a22c640b331d07cf8b2ddf8a1 /src/runtime/alg.go
parentb2cdf30eb6c4a76504956aaaad47df969274296b (diff)
downloadgo-e785e3acf8a4845ada7bed96f1a88355b1e0cde3.tar.gz
go-e785e3acf8a4845ada7bed96f1a88355b1e0cde3.zip
[dev.cc] runtime: convert operating system support code from C to Go
The conversion was done with an automated tool and then modified only as necessary to make it compile and run. [This CL is part of the removal of C code from package runtime. See golang.org/s/dev.cc for an overview.] LGTM=r R=r CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/174830044
Diffstat (limited to 'src/runtime/alg.go')
-rw-r--r--src/runtime/alg.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/alg.go b/src/runtime/alg.go
index e9ed59503f..e367bc5b2f 100644
--- a/src/runtime/alg.go
+++ b/src/runtime/alg.go
@@ -314,9 +314,6 @@ const hashRandomBytes = 32
var aeskeysched [hashRandomBytes]byte
-//go:noescape
-func get_random_data(rnd *unsafe.Pointer, n *int32)
-
func init() {
if theGoos == "nacl" {
return