From acf8d5eb7d1e543a0cebb90b79d1b16695a1c5e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Jul 2015 09:25:43 -0400 Subject: converted MetaData, eliminating a global value from Annex state .. beautiful --- Annex.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'Annex.hs') diff --git a/Annex.hs b/Annex.hs index 48c6b6237..78a6bf369 100644 --- a/Annex.hs +++ b/Annex.hs @@ -57,7 +57,6 @@ import Types.UUID import Types.FileMatcher import Types.NumCopies import Types.LockCache -import Types.MetaData import Types.DesktopNotify import Types.CleanupActions #ifdef WITH_QUVI @@ -121,7 +120,6 @@ data AnnexState = AnnexState , lockcache :: LockCache , flags :: M.Map String Bool , fields :: M.Map String String - , modmeta :: [ModMeta] , cleanup :: M.Map CleanupAction (Annex ()) , sentinalstatus :: Maybe SentinalStatus , useragent :: Maybe String @@ -166,7 +164,6 @@ newState c r = AnnexState , lockcache = M.empty , flags = M.empty , fields = M.empty - , modmeta = [] , cleanup = M.empty , sentinalstatus = Nothing , useragent = Nothing -- cgit v1.2.3