mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
restic: Remove unused variable value
This commit is contained in:
parent
e2dc5034d3
commit
f6f11400c2
@ -67,7 +67,7 @@ func PrefixLength(be Lister, t FileType) (int, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// select prefixes of length l, test if the last one is the same as the current one
|
// select prefixes of length l, test if the last one is the same as the current one
|
||||||
id := ID{}
|
var id ID
|
||||||
outer:
|
outer:
|
||||||
for l := minPrefixLength; l < len(id); l++ {
|
for l := minPrefixLength; l < len(id); l++ {
|
||||||
var last string
|
var last string
|
||||||
|
Loading…
Reference in New Issue
Block a user