unused import
This commit is contained in:
parent
9cb9dab69b
commit
beedf1da25
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue