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
|
where
|
||||||
accumrepodata k = M.alter (Just . addKey k . fromMaybe emptyKeyInfo)
|
accumrepodata k = M.alter (Just . addKey k . fromMaybe emptyKeyInfo)
|
||||||
|
|
||||||
-- only available for directory info, populated by earlier getDirStatInfo
|
|
||||||
cachedNumCopiesStats :: StatState (Maybe NumCopiesStats)
|
cachedNumCopiesStats :: StatState (Maybe NumCopiesStats)
|
||||||
cachedNumCopiesStats = numCopiesStats <$> get
|
cachedNumCopiesStats = numCopiesStats <$> get
|
||||||
|
|
||||||
-- only available for directory info, populated by earlier getDirStatInfo
|
|
||||||
cachedRepoData :: StatState (M.Map UUID KeyInfo)
|
cachedRepoData :: StatState (M.Map UUID KeyInfo)
|
||||||
cachedRepoData = repoData <$> get
|
cachedRepoData = repoData <$> get
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue