fix paste oops

Wow, I pasted a big thing into entirely the wrong file, but it was in a
comment so it compiled anyway.
This commit is contained in:
Joey Hess 2024-08-30 14:35:05 -04:00
parent 698d9252a5
commit c10d11959a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -159,21 +159,7 @@ objectDir = P.addTrailingPathSeparator $ annexDir P.</> "objects"
{- Annexed file's possible locations relative to the .git directory
- in a non-bare eepository.
{- Checks for other git-annex processes that might have been interrupted
- and left the database populated with stale live size changes. Those
- are removed from the database.
-
- Also registers the current process so that other calls to this will not
- consider it stale while it's running.
-
- This checks the first time it is called, and again if it's been more
- than 1 minute since the last check.
-}
checkStaleSizeChanges :: Db.RepoSizeHandle -> Annex ()
checkStaleSizeChanges h = do
undefined
-
-
- Normally it is hashDirMixed. However, it's always possible that a
- bare repository was converted to non-bare, or that the cripped
- filesystem setting changed, so still need to check both. -}