From 9cb9dab69bf830a825009c286107fd8fcbbda0e5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Oct 2015 14:51:44 -0400 Subject: [PATCH] I think this comment is stale/confusing; remove --- Annex/Content.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Annex/Content.hs b/Annex/Content.hs index 14dc4d4e5f..8fbb49ce6b 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 $