ruby-changes:47760
From: hsbt <ko1@a...>
Date: Thu, 14 Sep 2017 12:57:31 +0900 (JST)
Subject: [ruby-changes:47760] hsbt:r59878 (trunk): Removed needless operator.
hsbt 2017-09-14 12:57:22 +0900 (Thu, 14 Sep 2017) New Revision: 59878 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59878 Log: Removed needless operator. Modified files: trunk/ext/coverage/coverage.c Index: ext/coverage/coverage.c =================================================================== --- ext/coverage/coverage.c (revision 59877) +++ ext/coverage/coverage.c (revision 59878) @@ -117,7 +117,7 @@ coverage_peek_result_i(st_data_t key, st https://github.com/ruby/ruby/blob/trunk/ext/coverage/coverage.c#L117 } if (branches) { -+ rb_hash_aset(h, ID2SYM(rb_intern("branches")), branch_coverage(branches)); + rb_hash_aset(h, ID2SYM(rb_intern("branches")), branch_coverage(branches)); } if (methods) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/