summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index 38a1caaf25..393b6e0c27 100644
--- a/pack.c
+++ b/pack.c
@@ -896,7 +896,6 @@ pack_unpack(str, fmt)
{
VALUE str = str_new(0, (send - s)*3/4);
char *ptr = RSTRING(str)->ptr;
- int total = 0;
int a,b,c,d;
static int first = 1;
static int b64_xtable[256];