From 05ad0bdfa97117cee96bf4bc6ab131e1aaaed5ec Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 13 Apr 2023 01:31:12 -0400 Subject: main: List archive members --- (limited to 'src/gzip.c') 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) { -- cgit v0.9.1