mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
server: Remove deadcode/deprecated code. (#2088)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
1ec86dac2c
commit
4cfbdb1bf0
@@ -32,6 +32,3 @@ var errXLReadQuorum = errors.New("Read failed. Insufficient number of disks onli
|
||||
|
||||
// errXLWriteQuorum - did not meet write quorum.
|
||||
var errXLWriteQuorum = errors.New("Write failed. Insufficient number of disks online")
|
||||
|
||||
// errXLDataCorrupt - err data corrupt.
|
||||
var errXLDataCorrupt = errors.New("Data likely corrupted, read failed.")
|
||||
|
||||
Reference in New Issue
Block a user