mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02: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
|
src fs.Object // source object
|
||||||
remote string
|
remote string
|
||||||
fcache fs.Fs // destination Fs
|
fcache fs.Fs // destination Fs
|
||||||
osPath string
|
|
||||||
wg sync.WaitGroup
|
wg sync.WaitGroup
|
||||||
|
|
||||||
// Read write
|
// Read write
|
||||||
@ -87,7 +86,6 @@ func newDownloaders(item *Item, fcache fs.Fs, remote string, src fs.Object) (dls
|
|||||||
src: src,
|
src: src,
|
||||||
remote: remote,
|
remote: remote,
|
||||||
fcache: fcache,
|
fcache: fcache,
|
||||||
osPath: item.c.toOSPath(remote),
|
|
||||||
}
|
}
|
||||||
dls.wg.Add(1)
|
dls.wg.Add(1)
|
||||||
go func() {
|
go func() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user