From 7e1e2962d24c72ec4d7b196ae72d98c690cc175e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Jul 2020 14:30:08 -0400 Subject: [PATCH] build warnings --- Config.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Config.hs b/Config.hs index 00bb244afb..62126bedd9 100644 --- a/Config.hs +++ b/Config.hs @@ -13,7 +13,6 @@ module Config ( annexConfig, remoteAnnexConfig, remoteConfig, - pidLockFile, ) where import Annex.Common @@ -25,7 +24,6 @@ import Config.Cost import Config.DynamicConfig import Types.Availability import Types.GitConfig -import Annex.Locations import Git.Types {- Looks up a setting in git config. This is not as efficient as using the