[ruby-cvs:79069] c7f01d889b (master): include/ruby/ruby.h: remove last_idx that is no longer variable
"Yusuke Endoh" <[email protected]> Sun, 5 Jan 2020 11:39:45 +0900 (JST)
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Yusuke Endoh 2020-01-05 11:33:40 +0900 (Sun, 05 Jan 2020)
New Revision: c7f01d889b
https://github.com/ruby/ruby/commit/c7f01d889b
Log:
include/ruby/ruby.h: remove last_idx that is no longer variable
=
Due to beae6cbf0fd8b6619e5212552de98022d4c4d4d4, the variable last_id=
x
is no longer changed and always -1. This change simplifies the code =
by
removing the variable. Coverity Scan pointed out this.
Modified files:
include/ruby/ruby.h=