diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-18 11:05:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-18 11:05:16 -0400 |
commit | 69857f10a264b4b18a454f66f0f30b55ac15048e (patch) | |
tree | e7c3d396c443e712093ee14930214aa8b99400e6 | |
parent | fc49ab2f45a99f1b8779934d8b310cac079977dd (diff) |
fix windows build
-rw-r--r-- | Annex/Content.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs index 5ce0f2689..13a43b16e 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -53,9 +53,7 @@ import Annex.Perms import Annex.Link import Annex.Content.Direct import Annex.ReplaceFile -#ifndef mingw32_HOST_OS import Annex.Exception -#endif {- Checks if a given key's content is currently present. -} inAnnex :: Key -> Annex Bool |