diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-08 14:59:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-08 14:59:34 -0400 |
commit | 8152051fcdbdadf43b70420add5bcc2f2c118b9c (patch) | |
tree | d2c400bf6456be6e40935e011b742452322d7c81 | |
parent | f7c79ab0d253388219a214a261070f5de785c62d (diff) |
unused import
-rw-r--r-- | Annex/Perms.hs | 2 |
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 |