aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-08 00:38:03 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2016-12-08 00:38:03 +0000
commitf5f0b6e2599b2ec5e82ab49ec7660ef9c9da0864 (patch)
tree48d99fdf1b9e595822b4a02763dcff76c2b6b12c /libgo
parenta3b3f741033441f99c948707c5bfbbf168e0399b (diff)
runtime: remove some unused variables/declarations from runtime.h
Small patch from Eric Botcazou. Reviewed-on: https://go-review.googlesource.com/34029 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243424 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo')
-rw-r--r--libgo/runtime/runtime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgo/runtime/runtime.h b/libgo/runtime/runtime.h
index 34b5b444701..f793fea9cb2 100644
--- a/libgo/runtime/runtime.h
+++ b/libgo/runtime/runtime.h
@@ -212,10 +212,6 @@ extern bool runtime_copystack;
#define USED(v) ((void) v)
#define ROUND(x, n) (((x)+(n)-1)&~(uintptr)((n)-1)) /* all-caps to mark as macro: it evaluates n twice */
-byte* runtime_startup_random_data;
-uint32 runtime_startup_random_data_len;
-void runtime_get_random_data(byte**, int32*);
-
enum {
// hashinit wants this many random bytes
HashRandomBytes = 32