mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 03:57:19 +00:00
go1.16 (#14783)
This commit is contained in:
3
vendor/github.com/ulikunitz/xz/lzma/reader2.go
generated
vendored
3
vendor/github.com/ulikunitz/xz/lzma/reader2.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Copyright 2014-2019 Ulrich Kunitz. All rights reserved.
|
||||
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
@ -48,7 +48,6 @@ type Reader2 struct {
|
||||
chunkReader io.Reader
|
||||
|
||||
cstate chunkState
|
||||
ctype chunkType
|
||||
}
|
||||
|
||||
// NewReader2 creates a reader for an LZMA2 chunk sequence.
|
||||
|
Reference in New Issue
Block a user