summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Locations.hs b/Locations.hs
index b25e99197..22a0db8e2 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -3,15 +3,8 @@
module Locations where
-import Types
import GitRepo
-{- An annexed file's content is stored somewhere under .git/annex/ -}
-annexDir :: GitRepo -> Key -> IO FilePath
-annexDir repo key = do
- dir <- gitDir repo
- return $ dir ++ "/annex/" ++ key
-
{- Long-term, cross-repo state is stored in files inside the .git-annex
- directory, in the git repository. -}
stateLoc = ".git-annex"