From 45c61f40b23b14e97428206e1b813eb813526e6f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 May 1998 04:58:02 +0000 Subject: remove unused variables git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- pack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pack.c') 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]; -- cgit v1.2.3