mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:21:46 +00:00
@@ -4,7 +4,6 @@ import (
|
||||
"bytes"
|
||||
"errors"
|
||||
"io"
|
||||
"sort"
|
||||
"sync"
|
||||
|
||||
"github.com/restic/restic/backend"
|
||||
@@ -232,8 +231,6 @@ func memList(be *MemoryBackend, t backend.Type, done <-chan struct{}) <-chan str
|
||||
ids = append(ids, entry.Name)
|
||||
}
|
||||
|
||||
sort.Strings(ids)
|
||||
|
||||
debug.Log("MemoryBackend.List", "list %v: %v", t, ids)
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user