summaryrefslogtreecommitdiffstats
path: root/src/gzip.c
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-13 01:31:12 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-13 01:31:12 (EDT)
commit05ad0bdfa97117cee96bf4bc6ab131e1aaaed5ec (patch)
tree334691638d8f8c923c2e758770da776263d7111e /src/gzip.c
parent050896fd00110c5a8744b540041c4c81c68530da (diff)
main: List archive members
Diffstat (limited to 'src/gzip.c')
-rw-r--r--src/gzip.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gzip.c b/src/gzip.c
index 05d4065..75cfc80 100644
--- a/src/gzip.c
+++ b/src/gzip.c
@@ -22,14 +22,6 @@
#include "defs.h"
#include "gzip.h"
-#define OPKG_OPK_GZIP_BUFFER_SIZE 8192
-
-struct opkg_opk_gzip_state {
- FILE *input_file;
- unsigned char input_buffer[OPKG_OPK_GZIP_BUFFER_SIZE];
- z_stream stream;
-};
-
static int
_opkg_opk_gzip_init(struct opkg_opk_gzip_state *state)
{