forked from TrueCloudLab/restic
Remove unused vars and const
This commit is contained in:
parent
f157f775da
commit
223108c6ae
6 changed files with 3 additions and 15 deletions
|
@ -19,10 +19,9 @@ import (
|
|||
var ErrWrongData = errors.New("wrong data returned by backend, checksum does not match")
|
||||
|
||||
type Local struct {
|
||||
p string
|
||||
ver uint
|
||||
name string
|
||||
id string
|
||||
p string
|
||||
ver uint
|
||||
id string
|
||||
}
|
||||
|
||||
// Open opens the local backend at dir.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue