every platform provides sys_random_seed() and SYS_RANDOM_SEED goes away

This commit is contained in:
nhmall
2019-01-17 18:30:56 -05:00
committed by Patric Mueller
parent 97b8d0a50b
commit 0a430cab11
11 changed files with 27 additions and 42 deletions

View File

@@ -465,7 +465,6 @@ wd_message()
You("are in non-scoring explore/discovery mode.");
}
#ifdef SYS_RANDOM_SEED
unsigned long
sys_random_seed()
{
@@ -481,6 +480,5 @@ sys_random_seed()
}
return seed;
}
#endif
/*vmsmain.c*/