I think this comment is stale/confusing; remove
This commit is contained in:
parent
5240a9f315
commit
9cb9dab69b
1 changed files with 0 additions and 2 deletions
|
@ -192,8 +192,6 @@ newtype ContentLockExclusive = ContentLockExclusive Key
|
||||||
|
|
||||||
{- Exclusively locks content, while performing an action that
|
{- Exclusively locks content, while performing an action that
|
||||||
- might remove it.
|
- might remove it.
|
||||||
-
|
|
||||||
- (If the content is not present, no locking is done.)
|
|
||||||
-}
|
-}
|
||||||
lockContentExclusive :: Key -> (ContentLockExclusive -> Annex a) -> Annex a
|
lockContentExclusive :: Key -> (ContentLockExclusive -> Annex a) -> Annex a
|
||||||
lockContentExclusive key a = lockContentUsing lock key $
|
lockContentExclusive key a = lockContentUsing lock key $
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue