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

Remove unused variable

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2016-12-01 17:43:41 +00:00
parent 306f43acfe
commit 7e1b5d8d4f

2
pack.c
View file

@ -290,8 +290,6 @@ pack_pack(int argc, VALUE *argv, VALUE ary)
pend = p + RSTRING_LEN(fmt);
if (!NIL_P(opt)) {
static ID keyword_ids[1];
long offset;
if (!keyword_ids[0])
CONST_ID(keyword_ids[0], "buffer");