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

@@ -168,7 +168,6 @@ type Fs struct {
root string
features *fs.Features // optional features
cipher Cipher
mode NameEncryptionMode
}
// Name of the remote (as passed into NewFs)