diff options
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r-- | Annex/Content.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index 4c6802bf8..c1559f510 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -309,7 +309,6 @@ withObjectLoc key indirect direct = ifM isDirect where goindirect = indirect =<< inRepo (gitAnnexLocation key) - cleanObjectLoc :: Key -> Annex () cleanObjectLoc key = do file <- inRepo $ gitAnnexLocation key |