From: Glenn L McGrath Date: Thu, 22 Aug 2002 19:15:26 +0000 (-0000) Subject: Remove duplicate variable definition X-Git-Tag: 0_60_4~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cc2e5e9442c725ab6a4fbfdda1413212c264f74;p=platform%2Fupstream%2Fbusybox.git Remove duplicate variable definition --- diff --git a/archival/gzip.c b/archival/gzip.c index 60ff1f3..3e7a65a 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -71,7 +71,6 @@ typedef unsigned long ulg; #define STORED 0 /* methods 4 to 7 reserved */ #define DEFLATED 8 -static int method; /* compression method */ /* To save memory for 16 bit systems, some arrays are overlaid between * the various modules: