aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/archive/zip/reader.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/archive/zip/reader.go b/src/archive/zip/reader.go
index b4f6a8d714..19a9c3b2db 100644
--- a/src/archive/zip/reader.go
+++ b/src/archive/zip/reader.go
@@ -53,8 +53,7 @@ type File struct {
zip *Reader
zipr io.ReaderAt
headerOffset int64
- zip64 bool // zip64 extended information extra field presence
- descErr error // error reading the data descriptor during init
+ zip64 bool // zip64 extended information extra field presence
}
// OpenReader will open the Zip file specified by name and return a ReadCloser.