diff options
Diffstat (limited to 'objectstore/packed/idx_candidate.go')
| -rw-r--r-- | objectstore/packed/idx_candidate.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/objectstore/packed/idx_candidate.go b/objectstore/packed/idx_candidate.go deleted file mode 100644 index 2f2ad7a9..00000000 --- a/objectstore/packed/idx_candidate.go +++ /dev/null @@ -1,10 +0,0 @@ -package packed - -// candidateForPack returns one discovered candidate for a pack basename. -func (store *Store) candidateForPack(packName string) (packCandidate, bool) { - store.candidatesMu.RLock() - candidate, ok := store.candidateByPack[packName] - store.candidatesMu.RUnlock() - - return candidate, ok -} |
