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:
parent
306f43acfe
commit
7e1b5d8d4f
2
pack.c
2
pack.c
@ -290,8 +290,6 @@ pack_pack(int argc, VALUE *argv, VALUE ary)
|
|||||||
pend = p + RSTRING_LEN(fmt);
|
pend = p + RSTRING_LEN(fmt);
|
||||||
if (!NIL_P(opt)) {
|
if (!NIL_P(opt)) {
|
||||||
static ID keyword_ids[1];
|
static ID keyword_ids[1];
|
||||||
long offset;
|
|
||||||
|
|
||||||
if (!keyword_ids[0])
|
if (!keyword_ids[0])
|
||||||
CONST_ID(keyword_ids[0], "buffer");
|
CONST_ID(keyword_ids[0], "buffer");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user