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/Content | |
parent | db56fab07ddd6910b1dc08f4fa242c267c469eb5 (diff) |
clean up from windows porting
Diffstat (limited to 'Annex/Content')
-rwxr-xr-x | Annex/Content/Direct.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs index 1aa3c9105..54befdf73 100755 --- a/Annex/Content/Direct.hs +++ b/Annex/Content/Direct.hs @@ -33,8 +33,6 @@ import Utility.TempFile import Logs.Location import Utility.InodeCache -import System.PosixCompat.Files - {- Absolute FilePaths of Files in the tree that are associated with a key. -} associatedFiles :: Key -> Annex [FilePath] associatedFiles key = do |