build: remove unused struct fields spotted by structcheck
This commit is contained in:
parent
1320e84bc2
commit
e80ae4e09c
7 changed files with 13 additions and 24 deletions
|
@ -95,7 +95,6 @@ type Fs struct {
|
|||
type Object struct {
|
||||
fs *Fs // what this object is part of
|
||||
remote string // The remote path
|
||||
id string // azure id of the file
|
||||
modTime time.Time // The modified time of the object if known
|
||||
md5 string // MD5 hash if known
|
||||
size int64 // Size of the object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue