diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-08-22 19:15:26 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-08-22 19:15:26 +0000 |
commit | e0ff0040d4edd0f9d54c8350afc013762b247a5f (patch) | |
tree | 41b34bb9b76b63f8e0c089c68e41561719f5bc0a | |
parent | 3371630cd7e810c89081aafc9017ea1f59bae814 (diff) | |
download | busybox-w32-e0ff0040d4edd0f9d54c8350afc013762b247a5f.tar.gz busybox-w32-e0ff0040d4edd0f9d54c8350afc013762b247a5f.tar.bz2 busybox-w32-e0ff0040d4edd0f9d54c8350afc013762b247a5f.zip |
Remove duplicate variable definition
git-svn-id: svn://busybox.net/trunk/busybox@5345 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 60ff1f311..3e7a65a86 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -71,7 +71,6 @@ typedef unsigned long ulg; | |||
71 | #define STORED 0 | 71 | #define STORED 0 |
72 | /* methods 4 to 7 reserved */ | 72 | /* methods 4 to 7 reserved */ |
73 | #define DEFLATED 8 | 73 | #define DEFLATED 8 |
74 | static int method; /* compression method */ | ||
75 | 74 | ||
76 | /* To save memory for 16 bit systems, some arrays are overlaid between | 75 | /* To save memory for 16 bit systems, some arrays are overlaid between |
77 | * the various modules: | 76 | * the various modules: |