summaryrefslogtreecommitdiff
path: root/UUID.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-22 16:30:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-22 16:30:34 -0400
commit235e2e63a13c629dcca1aa1638f5f47a8d3983ba (patch)
tree968030d038473f5b732c561711e1f9cf2b1be105 /UUID.hs
parent1870186632e3d4f99e9b87f71f0ddea83ad04568 (diff)
move
Diffstat (limited to 'UUID.hs')
-rw-r--r--UUID.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/UUID.hs b/UUID.hs
index c02f51480..78667f235 100644
--- a/UUID.hs
+++ b/UUID.hs
@@ -19,7 +19,6 @@ module UUID (
genUUID,
prettyPrintUUIDs,
describeUUID,
- uuidLog,
uuidMap
) where
@@ -36,6 +35,7 @@ import Types.UUID
import qualified Annex
import qualified SysConfig
import Config
+import Locations
configkey :: String
configkey = "annex.uuid"
@@ -116,7 +116,3 @@ uuidMap = do
if 1 < length (words l)
then (head $ words l, unwords $ drop 1 $ words l)
else ("", "")
-
-{- Filename of uuid.log. -}
-uuidLog :: FilePath
-uuidLog = "uuid.log"