summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-08 14:51:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-08 14:51:44 -0400
commitf7c79ab0d253388219a214a261070f5de785c62d (patch)
treef9d17c7a8d2012bf9c6084a6d7dc961ff707a2ec
parent64dfd213e46f983d5cb504b446597e87f71440de (diff)
I think this comment is stale/confusing; remove
-rw-r--r--Annex/Content.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 14dc4d4e5..8fbb49ce6 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -192,8 +192,6 @@ newtype ContentLockExclusive = ContentLockExclusive Key
{- Exclusively locks content, while performing an action that
- might remove it.
- -
- - (If the content is not present, no locking is done.)
-}
lockContentExclusive :: Key -> (ContentLockExclusive -> Annex a) -> Annex a
lockContentExclusive key a = lockContentUsing lock key $