summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/random.c b/random.c
index 36b45a5fe5..d5a2dd81ba 100644
--- a/random.c
+++ b/random.c
@@ -215,8 +215,6 @@ genrand_real2(struct MT *mt)
#undef N
#undef M
-/* These real versions are due to Isaku Wada, 2002/01/09 added */
-
typedef struct {
VALUE seed;
struct MT mt;