aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/runtime.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-12-08 00:38:03 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-12-08 00:38:03 +0000
commit776a8a927eeeb7ea3c13b6a981f340591dcef530 (patch)
tree48d99fdf1b9e595822b4a02763dcff76c2b6b12c /libgo/runtime/runtime.h
parentf9adfccab13fb7b1864c80b90b82d99ae1a30006 (diff)
downloadgcc-776a8a927eeeb7ea3c13b6a981f340591dcef530.zip
gcc-776a8a927eeeb7ea3c13b6a981f340591dcef530.tar.gz
gcc-776a8a927eeeb7ea3c13b6a981f340591dcef530.tar.bz2
runtime: remove some unused variables/declarations from runtime.h
Small patch from Eric Botcazou. Reviewed-on: https://go-review.googlesource.com/34029 From-SVN: r243424
Diffstat (limited to 'libgo/runtime/runtime.h')
-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 34b5b44..f793fea 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