From 5dbb2924bbe447984805daafc6e90c1e10ed3c73 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jul 2020 20:16:24 -0400 Subject: [PATCH] remove unused function --- CmdLine/Seek.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CmdLine/Seek.hs b/CmdLine/Seek.hs index 2ccc53521f..a277a0646b 100644 --- a/CmdLine/Seek.hs +++ b/CmdLine/Seek.hs @@ -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