mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 23:44:49 +08:00
Due to beae6cbf0fd8b6619e5212552de98022d4c4d4d4, the variable last_idx is no longer changed and always -1. This change simplifies the code by removing the variable. Coverity Scan pointed out this.