summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-02 23:30:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-03 00:11:00 -0400
commitab8fa0d2056e55af829bdf843e162e97ac903f4d (patch)
treed29da82b4a414e605dc1a16c7f7f441db4da5fce
parentfc80b8d96bf287a0b83c1402e3a7c5ebfc7bc4a4 (diff)
dead code
-rw-r--r--Seek.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Seek.hs b/Seek.hs
index 28c6ffc00..251db50b8 100644
--- a/Seek.hs
+++ b/Seek.hs
@@ -44,11 +44,6 @@ withBackendFilesInGit a params = do
files <- seekHelper LsFiles.inRepo params
prepBackendPairs a files
-withFilesMissing :: (String -> CommandStart) -> CommandSeek
-withFilesMissing a params = prepFiltered a $ liftIO $ filterM missing params
- where
- missing = liftM not . doesFileExist
-
withFilesNotInGit :: (BackendFile -> CommandStart) -> CommandSeek
withFilesNotInGit a params = do
force <- Annex.getState Annex.force