From 8e0d212910a42b3f856bbaebed970e8ddc081ca3 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 26 Sep 2011 18:34:07 -0700 Subject: Simplify gzseek() now that raw after gzip is ignored. --- gzguts.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gzguts.h') diff --git a/gzguts.h b/gzguts.h index 0f8fb79..63b0c3f 100644 --- a/gzguts.h +++ b/gzguts.h @@ -98,7 +98,6 @@ typedef struct { unsigned have; /* amount of output data unused at next */ int eof; /* true if end of input file reached */ z_off64_t start; /* where the gzip data started, for rewinding */ - z_off64_t raw; /* where the raw data started, for seeking */ int how; /* 0: get header, 1: copy, 2: decompress */ int direct; /* true if last read direct, false if gzip */ /* just for writing */ -- cgit v1.2.3-55-g6feb