mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
cleanup ignored static analysis (#16767)
This commit is contained in:
@@ -66,8 +66,7 @@ func (j xlMetaV2DeleteMarker) FreeVersion() bool {
|
||||
|
||||
// FreeVersion returns true if j represents a free-version, false otherwise.
|
||||
func (j xlMetaV2Version) FreeVersion() bool {
|
||||
switch j.Type {
|
||||
case DeleteType:
|
||||
if j.Type == DeleteType {
|
||||
return j.DeleteMarker.FreeVersion()
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user