remove slightly incorrect comments

This commit is contained in:
Joey Hess 2023-12-29 13:23:27 -04:00
parent a4a5ec6366
commit 1e775ab83b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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