mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add deadcode code which recursivley goes into all directories and verifies dangling variables.
This commit is contained in:
@@ -36,8 +36,8 @@ type DataHeader struct {
|
||||
type EncoderTechnique int
|
||||
|
||||
const (
|
||||
VANDERMONDE EncoderTechnique = iota
|
||||
CAUCHY
|
||||
Vandermonde EncoderTechnique = iota
|
||||
Cauchy
|
||||
)
|
||||
|
||||
type EncoderParams struct {
|
||||
|
||||
@@ -39,7 +39,7 @@ func (s *MySuite) TestSingleWrite(c *C) {
|
||||
Length: uint32(len(testData)),
|
||||
K: 8,
|
||||
M: 8,
|
||||
Technique: CAUCHY,
|
||||
Technique: Cauchy,
|
||||
}
|
||||
metadata := make(Metadata)
|
||||
metadata["Content-Type"] = "application/octet-stream"
|
||||
|
||||
Reference in New Issue
Block a user