mirror of
https://github.com/restic/restic.git
synced 2025-08-12 04:47:42 +00:00
restic: Remove unused variable value
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user