sftpd: remove unused expectedSize field from Transfer struct

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2020-05-20 20:17:59 +02:00
parent cfa710037c
commit 15298b0409
4 changed files with 1 additions and 11 deletions

View File

@@ -43,7 +43,6 @@ type Transfer struct {
protocol string
transferError error
minWriteOffset int64
expectedSize int64
initialSize int64
lock *sync.Mutex
isNewFile bool