mirror of
https://github.com/restic/restic.git
synced 2025-08-21 05:28:06 +00:00
clean up some errors from 'go vet ./...'
This commit is contained in:
@@ -232,7 +232,6 @@ func unrollTree(f fs.FS, t *Tree) error {
|
||||
}
|
||||
|
||||
return errors.Errorf("tree unrollTree: collision on path, node %#v, path %q", node, f.Join(t.Path, entry))
|
||||
continue
|
||||
}
|
||||
t.Nodes[entry] = Tree{Path: f.Join(t.Path, entry)}
|
||||
}
|
||||
|
Reference in New Issue
Block a user