mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
fs: replace statT with ExtendedFileInfo
This commit is contained in:
@@ -31,7 +31,3 @@ func nodeRestoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error
|
||||
|
||||
return dir.Close()
|
||||
}
|
||||
|
||||
func (s statT) atim() syscall.Timespec { return s.Atim }
|
||||
func (s statT) mtim() syscall.Timespec { return s.Mtim }
|
||||
func (s statT) ctim() syscall.Timespec { return s.Ctim }
|
||||
|
||||
Reference in New Issue
Block a user