Remove extra semicolon
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d6bfef79a2
commit
023537f883
@ -2283,7 +2283,7 @@ lazy_drop_while(VALUE obj)
|
||||
static int
|
||||
lazy_uniq_check(VALUE chain, VALUE memos, long memo_index)
|
||||
{
|
||||
VALUE hash = rb_ary_entry(memos, memo_index);;
|
||||
VALUE hash = rb_ary_entry(memos, memo_index);
|
||||
|
||||
if (NIL_P(hash)) {
|
||||
hash = rb_obj_hide(rb_hash_new());
|
||||
|
Loading…
x
Reference in New Issue
Block a user