mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
Remove redudnant error check, handled above.
This commit is contained in:
parent
6e45c51509
commit
a389977bd7
1 changed files with 0 additions and 4 deletions
|
@ -695,10 +695,6 @@ func (arch *Archiver) saveTree(ctx context.Context, snPath string, atree *tree,
|
|||
return futureNode{}, 0, err
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
return futureNode{}, 0, err
|
||||
}
|
||||
|
||||
if !excluded {
|
||||
nodes = append(nodes, fn)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue