summaryrefslogtreecommitdiff
path: root/src/librandom/goodrandom_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librandom/goodrandom_init.c')
-rw-r--r--src/librandom/goodrandom_init.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/librandom/goodrandom_init.c b/src/librandom/goodrandom_init.c
deleted file mode 100644
index dea6225..0000000
--- a/src/librandom/goodrandom_init.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* ISC license. */
-
-/* MT-unsafe */
-
-#include <skalibs/random.h>
-
-int goodrandom_init (void)
-{
- return 1 ;
-}