diff --git a/Remote/Helper/Hooks.hs b/Remote/Helper/Hooks.hs index 5d23e0c06b..2b455f15bb 100644 --- a/Remote/Helper/Hooks.hs +++ b/Remote/Helper/Hooks.hs @@ -17,9 +17,7 @@ import Types.CleanupActions import qualified Annex import Annex.LockFile import Annex.LockPool -#ifndef mingw32_HOST_OS import Annex.Perms -#endif {- Modifies a remote's access functions to first run the - annex-start-command hook, and trigger annex-stop-command on shutdown.