diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-08 14:51:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-08 14:51:44 -0400 |
commit | f7c79ab0d253388219a214a261070f5de785c62d (patch) | |
tree | f9d17c7a8d2012bf9c6084a6d7dc961ff707a2ec /Annex/Content.hs | |
parent | 64dfd213e46f983d5cb504b446597e87f71440de (diff) |
I think this comment is stale/confusing; remove
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r-- | Annex/Content.hs | 2 |
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 $ |