restic: Remove unused variable value

This commit is contained in:
Michael Eischer 2020-03-07 00:04:47 +01:00
parent e2dc5034d3
commit f6f11400c2
1 changed files with 1 additions and 1 deletions

View File

@ -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
id := ID{}
var id ID
outer:
for l := minPrefixLength; l < len(id); l++ {
var last string