Project

General

Profile

« Previous | Next » 

Revision 218a8d8e

Added by ima1zumi (Mari Imaizumi) almost 2 years ago

[ruby/reline] Remove unused method
(https://github.com/ruby/reline/pull/557)

get_mbchar_byte_size_by_first_char isn't used in Reline.
Also, this method implements the same functionality as String#bytesize and is unnecessary.