mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:21:46 +00:00
Remove unused vars and const
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user