remove slightly incorrect comments
authorJoey Hess <joeyh@joeyh.name>
Fri, 29 Dec 2023 17:23:27 +0000 (13:23 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 29 Dec 2023 17:23:27 +0000 (13:23 -0400)
Command/Info.hs

index 6ec76f5b844837113e3dde43e1b23885f1bc49db..2c989a91be6cf7d5ba42e140bba613b5e8d3b913 100644 (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