summaryrefslogtreecommitdiff
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
commitcf05582e8222d927ceb9dde766a57af4769c6343 (patch)
tree6c948ca9e9bd61ea992b5589bbd5c990bb6fa94e /src/runtime/alg.go
parent2f5cc193d9daa4c45f45f6c23fd5990d050bd9ec (diff)
downloadgo-cf05582e8222d927ceb9dde766a57af4769c6343.tar.gz
[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://codereview.appspot.com/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 e9ed59503..e367bc5b2 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