I think this comment is stale/confusing; remove

This commit is contained in:
Joey Hess 2015-10-08 14:51:44 -04:00
parent 5240a9f315
commit 9cb9dab69b
Failed to extract signature

View file

@ -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 $