forked from mirror/brotli
Removed unused error
This commit is contained in:
parent
1b2ddcf9b7
commit
580fdc1cde
|
@ -13,7 +13,6 @@ func (err decodeError) Error() string {
|
||||||
|
|
||||||
var errExcessiveInput = errors.New("brotli: excessive input")
|
var errExcessiveInput = errors.New("brotli: excessive input")
|
||||||
var errInvalidState = errors.New("brotli: invalid state")
|
var errInvalidState = errors.New("brotli: invalid state")
|
||||||
var errReaderClosed = errors.New("brotli: Reader is closed")
|
|
||||||
|
|
||||||
// readBufSize is a "good" buffer size that avoids excessive round-trips
|
// readBufSize is a "good" buffer size that avoids excessive round-trips
|
||||||
// between C and Go but doesn't waste too much memory on buffering.
|
// between C and Go but doesn't waste too much memory on buffering.
|
||||||
|
|
Loading…
Reference in New Issue