forked from TrueCloudLab/rclone
union: remove unused code (fixes issue reported by the unused linter)
This commit is contained in:
parent
400d1a4468
commit
9cea493f58
1 changed files with 0 additions and 8 deletions
|
@ -756,14 +756,6 @@ func (f *Fs) create(ctx context.Context, path string) ([]*upstream.Fs, error) {
|
||||||
return f.createPolicy.Create(ctx, f.upstreams, path)
|
return f.createPolicy.Create(ctx, f.upstreams, path)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *Fs) createEntries(entries ...upstream.Entry) ([]upstream.Entry, error) {
|
|
||||||
return f.createPolicy.CreateEntries(entries...)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (f *Fs) search(ctx context.Context, path string) (*upstream.Fs, error) {
|
|
||||||
return f.searchPolicy.Search(ctx, f.upstreams, path)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (f *Fs) searchEntries(entries ...upstream.Entry) (upstream.Entry, error) {
|
func (f *Fs) searchEntries(entries ...upstream.Entry) (upstream.Entry, error) {
|
||||||
return f.searchPolicy.SearchEntries(entries...)
|
return f.searchPolicy.SearchEntries(entries...)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue