diff options
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 $ |