mirror of
https://github.com/restic/restic.git
synced 2025-12-10 07:21:55 +00:00
Remove unused vars and const
This commit is contained in:
@@ -7,8 +7,6 @@ import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
const backlog = 100
|
||||
|
||||
type entry struct {
|
||||
path string
|
||||
fi os.FileInfo
|
||||
|
||||
@@ -10,12 +10,6 @@ import (
|
||||
"github.com/restic/restic/debug"
|
||||
)
|
||||
|
||||
type findQuery struct {
|
||||
name string
|
||||
minModTime time.Time
|
||||
maxModTime time.Time
|
||||
}
|
||||
|
||||
type findResult struct {
|
||||
node *restic.Node
|
||||
path string
|
||||
|
||||
Reference in New Issue
Block a user