summaryrefslogtreecommitdiff
path: root/Annex/Perms.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-08 14:59:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-08 14:59:34 -0400
commit8152051fcdbdadf43b70420add5bcc2f2c118b9c (patch)
treed2c400bf6456be6e40935e011b742452322d7c81 /Annex/Perms.hs
parentf7c79ab0d253388219a214a261070f5de785c62d (diff)
unused import
Diffstat (limited to 'Annex/Perms.hs')
-rw-r--r--Annex/Perms.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Annex/Perms.hs b/Annex/Perms.hs
index f32594ac3..2467c3c77 100644
--- a/Annex/Perms.hs
+++ b/Annex/Perms.hs
@@ -24,8 +24,6 @@ import Git.SharedRepository
import qualified Annex
import Config
-import System.Posix.Types
-
withShared :: (SharedRepository -> Annex a) -> Annex a
withShared a = a =<< coreSharedRepository <$> Annex.getGitConfig