aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Annex.hs b/Annex.hs
index 2c0d65ee6..48c6b6237 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -42,7 +42,6 @@ import Annex.Fixup
import Git.CatFile
import Git.CheckAttr
import Git.CheckIgnore
-import Git.SharedRepository
import qualified Git.Hook
import qualified Git.Queue
import Types.Key
@@ -115,7 +114,6 @@ data AnnexState = AnnexState
, uuidmap :: Maybe UUIDMap
, preferredcontentmap :: Maybe (FileMatcherMap Annex)
, requiredcontentmap :: Maybe (FileMatcherMap Annex)
- , shared :: Maybe SharedRepository
, forcetrust :: TrustMap
, trustmap :: Maybe TrustMap
, groupmap :: Maybe GroupMap
@@ -161,7 +159,6 @@ newState c r = AnnexState
, uuidmap = Nothing
, preferredcontentmap = Nothing
, requiredcontentmap = Nothing
- , shared = Nothing
, forcetrust = M.empty
, trustmap = Nothing
, groupmap = Nothing