summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-18 14:28:42 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-18 14:28:42 +0000
commit923bff74b1f63e0edb6a3f6d648dbf66b9196631 (patch)
tree9e99554ced625235e1b4b6a0b5fae5c889109933 /random.c
parent90cc116431fa4e946d8c8ea9cdba7b492da11ea4 (diff)
* random.c: remove a duplicated comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;