From 4cc2e5e9442c725ab6a4fbfdda1413212c264f74 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 22 Aug 2002 19:15:26 +0000 Subject: Remove duplicate variable definition --- archival/gzip.c | 1 - 1 file changed, 1 deletion(-) (limited to 'archival') diff --git a/archival/gzip.c b/archival/gzip.c index 60ff1f311..3e7a65a86 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: -- cgit v1.2.3