diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-16 15:48:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-16 15:48:30 -0400 |
commit | dcd7eb3d396e2f20116d6c53ea71d54eea51c9ea (patch) | |
tree | 0dac921466c891d7ceda9b1f52053391d48cd082 /Annex | |
parent | bd4dcf3fa3ecb73c40d7ecb0c0656d88ee8951e7 (diff) |
fix windows build
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Environment.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Annex/Environment.hs b/Annex/Environment.hs index a580c0ed1..1ddd2b238 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 |