mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:30:06 +08:00
vfs: downloaders: remove unused osPath
This commit is contained in:
parent
042e5fe097
commit
79455cc71e
|
@ -37,7 +37,6 @@ type downloaders struct {
|
|||
src fs.Object // source object
|
||||
remote string
|
||||
fcache fs.Fs // destination Fs
|
||||
osPath string
|
||||
wg sync.WaitGroup
|
||||
|
||||
// Read write
|
||||
|
@ -87,7 +86,6 @@ func newDownloaders(item *Item, fcache fs.Fs, remote string, src fs.Object) (dls
|
|||
src: src,
|
||||
remote: remote,
|
||||
fcache: fcache,
|
||||
osPath: item.c.toOSPath(remote),
|
||||
}
|
||||
dls.wg.Add(1)
|
||||
go func() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user