1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

suppress warning: unused variable 'vbits'

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2018-12-06 10:42:35 +00:00
parent 0d4ba7b58d
commit e39a83a150

View file

@ -9361,7 +9361,6 @@ rb_str_ord(VALUE s)
static VALUE
rb_str_sum(int argc, VALUE *argv, VALUE str)
{
VALUE vbits;
int bits = 16;
char *ptr, *p, *pend;
long len;