mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
remove unused DiskMTime (#18965)
This commit is contained in:
@@ -163,11 +163,6 @@ func (f *FileInfoVersions) findVersionIndex(v string) int {
|
||||
type RawFileInfo struct {
|
||||
// Content of entire xl.meta (may contain data depending on what was requested by the caller.
|
||||
Buf []byte `msg:"b,allownil"`
|
||||
|
||||
// DiskMTime indicates the mtime of the xl.meta on disk
|
||||
// This is mainly used for detecting a particular issue
|
||||
// reported in https://github.com/minio/minio/pull/13803
|
||||
DiskMTime time.Time `msg:"dmt"`
|
||||
}
|
||||
|
||||
// FileInfo - represents file stat information.
|
||||
@@ -248,11 +243,6 @@ type FileInfo struct {
|
||||
// usage in other calls in undefined please avoid.
|
||||
Idx int `msg:"i"`
|
||||
|
||||
// DiskMTime indicates the mtime of the xl.meta on disk
|
||||
// This is mainly used for detecting a particular issue
|
||||
// reported in https://github.com/minio/minio/pull/13803
|
||||
DiskMTime time.Time `msg:"dmt"`
|
||||
|
||||
// Combined checksum when object was uploaded.
|
||||
Checksum []byte `msg:"cs,allownil"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user