From 023537f883da194ed49080dc99dc6be6925e1be8 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 20 Aug 2018 15:33:59 +0000 Subject: Remove extra semicolon git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enumerator.c') diff --git a/enumerator.c b/enumerator.c index 20be5e858b..59e1633325 100644 --- a/enumerator.c +++ b/enumerator.c @@ -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()); -- cgit v1.2.3