diff options
author | Glenn L McGrath | 2002-08-22 19:15:26 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-08-22 19:15:26 +0000 |
commit | 4cc2e5e9442c725ab6a4fbfdda1413212c264f74 (patch) | |
tree | 41b34bb9b76b63f8e0c089c68e41561719f5bc0a | |
parent | 9fef17dec333e17b1f24bc729d3b16725f4ccc75 (diff) | |
download | busybox-4cc2e5e9442c725ab6a4fbfdda1413212c264f74.zip busybox-4cc2e5e9442c725ab6a4fbfdda1413212c264f74.tar.gz |
Remove duplicate variable definition
-rw-r--r-- | archival/gzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
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: |