unused import

This commit is contained in:
Joey Hess 2015-10-08 14:59:34 -04:00
parent 9cb9dab69b
commit beedf1da25
Failed to extract signature

View file

@ -24,8 +24,6 @@ import Git.SharedRepository
import qualified Annex import qualified Annex
import Config import Config
import System.Posix.Types
withShared :: (SharedRepository -> Annex a) -> Annex a withShared :: (SharedRepository -> Annex a) -> Annex a
withShared a = a =<< coreSharedRepository <$> Annex.getGitConfig withShared a = a =<< coreSharedRepository <$> Annex.getGitConfig