diff options
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Locations.hs b/Locations.hs index d68d5fb5f..3e278dcbb 100644 --- a/Locations.hs +++ b/Locations.hs @@ -23,7 +23,6 @@ module Locations ( gitAnnexJournalLock, gitAnnexIndex, gitAnnexIndexLock, - gitAnnexIndexDirty, gitAnnexPidFile, gitAnnexDaemonStatusFile, gitAnnexLogFile, @@ -152,10 +151,6 @@ gitAnnexIndex r = gitAnnexDir r </> "index" gitAnnexIndexLock :: Git.Repo -> FilePath gitAnnexIndexLock r = gitAnnexDir r </> "index.lck" -{- Flag file for .git/annex/index. -} -gitAnnexIndexDirty :: Git.Repo -> FilePath -gitAnnexIndexDirty r = gitAnnexDir r </> "index.dirty" - {- Pid file for daemon mode. -} gitAnnexPidFile :: Git.Repo -> FilePath gitAnnexPidFile r = gitAnnexDir r </> "daemon.pid" |