diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-13 15:30:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-13 15:30:18 -0400 |
commit | 2a0e05547d4d2a0aa94436e07db5c80cf84e6296 (patch) | |
tree | 1e3ddda398adf025ac34bd7228bf391aa7573803 /Annex | |
parent | b654383b99b8f72a8b8c8f3353e26bf8106bf0c8 (diff) |
fix warnings
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Environment.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Environment.hs b/Annex/Environment.hs index d0cd93c2c..472fc934a 100644 --- a/Annex/Environment.hs +++ b/Annex/Environment.hs @@ -14,7 +14,6 @@ import Utility.UserInfo import qualified Git.Config import System.Posix.Env -import Network.BSD {- Checks that the system's environment allows git to function. - Git requires a GECOS username, or suitable git configuration, or |