build warnings

This commit is contained in:
Joey Hess 2020-07-01 14:30:08 -04:00
parent 7e2c4ed216
commit 7e1e2962d2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -13,7 +13,6 @@ module Config (
annexConfig, annexConfig,
remoteAnnexConfig, remoteAnnexConfig,
remoteConfig, remoteConfig,
pidLockFile,
) where ) where
import Annex.Common import Annex.Common
@ -25,7 +24,6 @@ import Config.Cost
import Config.DynamicConfig import Config.DynamicConfig
import Types.Availability import Types.Availability
import Types.GitConfig import Types.GitConfig
import Annex.Locations
import Git.Types import Git.Types
{- Looks up a setting in git config. This is not as efficient as using the {- Looks up a setting in git config. This is not as efficient as using the