diff options
Diffstat (limited to 'src/pkg/compress/gzip/gunzip.go')
| -rw-r--r-- | src/pkg/compress/gzip/gunzip.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/compress/gzip/gunzip.go b/src/pkg/compress/gzip/gunzip.go index f170e8bcd..f4accf1a8 100644 --- a/src/pkg/compress/gzip/gunzip.go +++ b/src/pkg/compress/gzip/gunzip.go @@ -71,8 +71,6 @@ type GzipInflater struct { eof bool; } -func (z *GzipInflater) readHeader(save bool) os.Error - // NewGzipInflater creates a new GzipInflater reading the given reader. // The implementation buffers input and may read more data than necessary from r. func NewGzipInflater(r io.Reader) (*GzipInflater, os.Error) { |
