diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-17 13:57:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-17 13:57:52 -0400 |
commit | 16dfb953454a24d06e8ae223b762fc0e078b0918 (patch) | |
tree | 92d5d49758f43992ffcf9a280f1044ec0bf697ff /Logs | |
parent | cbb5cb34a61d45769eac2b4930b3b233939ee61e (diff) |
move dummy uuids to Annex.UUID
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/Web.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Logs/Web.hs b/Logs/Web.hs index c3e5c3432..a728d152b 100644 --- a/Logs/Web.hs +++ b/Logs/Web.hs @@ -7,7 +7,6 @@ module Logs.Web ( URLString, - webUUID, getUrls, getUrlsWithPrefix, setUrlPresent, @@ -35,10 +34,6 @@ import qualified Git import qualified Git.LsFiles import Utility.Url --- Dummy uuid for the whole web. Do not alter. -webUUID :: UUID -webUUID = UUID "00000000-0000-0000-0000-000000000001" - {- Gets all urls that a key might be available from. -} getUrls :: Key -> Annex [URLString] getUrls key = do |