diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-11 18:23:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-11 18:23:41 -0400 |
commit | 618af8b6772d25ab27336d240ecddae7ae207561 (patch) | |
tree | 9e48ea32c7cbe11603ab599b5e0616457cd4de4e /Annex/Perms.hs | |
parent | db56fab07ddd6910b1dc08f4fa242c267c469eb5 (diff) |
clean up from windows porting
Diffstat (limited to 'Annex/Perms.hs')
-rwxr-xr-x | Annex/Perms.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Perms.hs b/Annex/Perms.hs index de01ae0f8..f5925b741 100755 --- a/Annex/Perms.hs +++ b/Annex/Perms.hs @@ -22,7 +22,6 @@ import qualified Annex import Config import System.Posix.Types -import System.PosixCompat.Files withShared :: (SharedRepository -> Annex a) -> Annex a withShared a = maybe startup a =<< Annex.getState Annex.shared |