* random.c: remove a duplicated comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2012-02-18 14:28:42 +00:00
parent 90cc116431
commit 923bff74b1
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Sat Feb 18 23:27:00 2012 Kenta Murata <mrkn@mrkn.jp>
* random.c: remove a duplicated comment.
Sat Feb 18 18:43:13 2012 Tanaka Akira <akr@fsij.org>
* ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.

View File

@ -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;