remove unused function
This commit is contained in:
parent
b5590e916e
commit
5dbb2924bb
1 changed files with 0 additions and 4 deletions
|
@ -48,10 +48,6 @@ import Utility.Tuple
|
||||||
import Control.Concurrent.Async
|
import Control.Concurrent.Async
|
||||||
import System.Posix.Types
|
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
|
data AnnexedFileSeeker = AnnexedFileSeeker
|
||||||
{ seekAction :: RawFilePath -> Key -> CommandSeek
|
{ seekAction :: RawFilePath -> Key -> CommandSeek
|
||||||
, checkContentPresent :: Maybe Bool
|
, checkContentPresent :: Maybe Bool
|
||||||
|
|
Loading…
Reference in a new issue