remove slightly incorrect comments
This commit is contained in:
parent
a4a5ec6366
commit
1e775ab83b
1 changed files with 0 additions and 2 deletions
|
@ -656,11 +656,9 @@ cachedAllRepoData = do
|
|||
where
|
||||
accumrepodata k = M.alter (Just . addKey k . fromMaybe emptyKeyInfo)
|
||||
|
||||
-- only available for directory info, populated by earlier getDirStatInfo
|
||||
cachedNumCopiesStats :: StatState (Maybe NumCopiesStats)
|
||||
cachedNumCopiesStats = numCopiesStats <$> get
|
||||
|
||||
-- only available for directory info, populated by earlier getDirStatInfo
|
||||
cachedRepoData :: StatState (M.Map UUID KeyInfo)
|
||||
cachedRepoData = repoData <$> get
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue