summaryrefslogtreecommitdiffstats
path: root/src/gzip.c
diff options
context:
space:
mode:
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)
{