aboutsummaryrefslogtreecommitdiff
path: root/Annex/Direct.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Direct.hs')
-rw-r--r--Annex/Direct.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Direct.hs b/Annex/Direct.hs
index f43c94fcb..648bb7518 100644
--- a/Annex/Direct.hs
+++ b/Annex/Direct.hs
@@ -171,7 +171,6 @@ toDirect k f = maybe noop id =<< toDirectGen k f
toDirectGen :: Key -> FilePath -> Annex (Maybe (Annex ()))
toDirectGen k f = do
loc <- inRepo $ gitAnnexLocation k
- createContentDir loc -- thaws directory too
absf <- liftIO $ absPath f
locs <- filter (/= absf) <$> addAssociatedFile k f
case locs of