From 923bff74b1f63e0edb6a3f6d648dbf66b9196631 Mon Sep 17 00:00:00 2001 From: mrkn Date: Sat, 18 Feb 2012 14:28:42 +0000 Subject: * random.c: remove a duplicated comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- random.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'random.c') 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; -- cgit v1.2.3