From 4edfda59c0df0551d1934b554964005e2959679a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Oct 2014 15:48:30 -0400 Subject: [PATCH] fix windows build --- Annex/Environment.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Annex/Environment.hs b/Annex/Environment.hs index a580c0ed1e..1ddd2b2384 100644 --- a/Annex/Environment.hs +++ b/Annex/Environment.hs @@ -13,10 +13,7 @@ import Common.Annex import Utility.UserInfo import qualified Git.Config import Config - -#ifndef mingw32_HOST_OS import Utility.Env -#endif {- Checks that the system's environment allows git to function. - Git requires a GECOS username, or suitable git configuration, or