aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-01 17:43:41 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-01 17:43:41 +0000
commit7e1b5d8d4f67d41bee2470b9fe5d78d3d0477903 (patch)
tree6c540353ca2567be246dd94821ee8b259d0e2b68 /pack.c
parent306f43acfef7959a9a41a13ce627b2493eb8993e (diff)
downloadruby-7e1b5d8d4f67d41bee2470b9fe5d78d3d0477903.tar.gz
Remove unused variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pack.c b/pack.c
index 35dec48533..a8339c7219 100644
--- a/pack.c
+++ b/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");