зеркало из https://github.com/github/ruby.git
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:
Родитель
306f43acfe
Коммит
7e1b5d8d4f
2
pack.c
2
pack.c
|
@ -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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче