remove unused function

This commit is contained in:
Joey Hess 2020-07-19 20:16:24 -04:00
parent b5590e916e
commit 5dbb2924bb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -48,10 +48,6 @@ import Utility.Tuple
import Control.Concurrent.Async
import System.Posix.Types
withFilesInGit :: WarnUnmatchWhen -> (RawFilePath -> CommandSeek) -> [WorkTreeItem] -> CommandSeek
withFilesInGit ww a l = seekFiltered a $
seekHelper id ww LsFiles.inRepo l
data AnnexedFileSeeker = AnnexedFileSeeker
{ seekAction :: RawFilePath -> Key -> CommandSeek
, checkContentPresent :: Maybe Bool