diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-22 16:30:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-22 16:30:34 -0400 |
commit | 235e2e63a13c629dcca1aa1638f5f47a8d3983ba (patch) | |
tree | 968030d038473f5b732c561711e1f9cf2b1be105 /UUID.hs | |
parent | 1870186632e3d4f99e9b87f71f0ddea83ad04568 (diff) |
move
Diffstat (limited to 'UUID.hs')
-rw-r--r-- | UUID.hs | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |