From: Joey Hess Date: Fri, 29 Dec 2023 17:23:27 +0000 (-0400) Subject: remove slightly incorrect comments X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~70 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e775ab83b2075b093e5a2803c337ce66a887780;p=git-annex.git remove slightly incorrect comments --- diff --git a/Command/Info.hs b/Command/Info.hs index 6ec76f5b84..2c989a91be 100644 --- a/Command/Info.hs +++ b/Command/Info.hs @@ -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