build: remove unused struct fields spotted by structcheck

This commit is contained in:
Nick Craig-Wood 2018-05-05 11:33:01 +01:00
parent 1320e84bc2
commit e80ae4e09c
7 changed files with 13 additions and 24 deletions

View file

@ -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