summaryrefslogtreecommitdiff
path: root/src/port/erand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/erand48.c')
-rw-r--r--src/port/erand48.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/port/erand48.c b/src/port/erand48.c
index 9d471197c35..12efd8193c4 100644
--- a/src/port/erand48.c
+++ b/src/port/erand48.c
@@ -33,9 +33,6 @@
#include <math.h>
-#define RAND48_SEED_0 (0x330e)
-#define RAND48_SEED_1 (0xabcd)
-#define RAND48_SEED_2 (0x1234)
#define RAND48_MULT_0 (0xe66d)
#define RAND48_MULT_1 (0xdeec)
#define RAND48_MULT_2 (0x0005)