diff options
-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 |