From 9e37898e2186c8f7bb71a5d2bd7a02303410b363 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Jun 2011 08:48:13 -0400 Subject: remove stateDir --- Locations.hs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Locations.hs') diff --git a/Locations.hs b/Locations.hs index 7f9626a11..df4957f3e 100644 --- a/Locations.hs +++ b/Locations.hs @@ -6,8 +6,6 @@ -} module Locations ( - gitStateDir, - stateDir, keyFile, fileKey, gitAnnexLocation, @@ -52,13 +50,6 @@ import qualified GitRepo as Git - Everything else should use relative paths. -} -{- Long-term, cross-repo state is stored in files inside the .git-annex - - directory, in the git repository's working tree. -} -stateDir :: FilePath -stateDir = addTrailingPathSeparator $ ".git-annex" -gitStateDir :: Git.Repo -> FilePath -gitStateDir repo = addTrailingPathSeparator $ Git.workTree repo stateDir - {- The directory git annex uses for local state, relative to the .git - directory -} annexDir :: FilePath -- cgit v1.2.3