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:
parent
0d4ba7b58d
commit
e39a83a150
1 changed files with 0 additions and 1 deletions
1
string.c
1
string.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue