diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-15 18:04:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-15 18:04:19 -0400 |
commit | 748a7475bb99e1127dc12bb2cc9d5653e4648200 (patch) | |
tree | 1f8a191a561715b4ff22949e420b452380ab1f6e /Command.hs | |
parent | 9dc43d25995b085745c16cc31ad11106a74a9973 (diff) |
dropunused
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Command.hs b/Command.hs index 09c935b3b..c6d2d0d5d 100644 --- a/Command.hs +++ b/Command.hs @@ -129,6 +129,8 @@ backendPairs a files = do return $ map a pairs withString :: SubCmdSeekStrings withString a params = return [a $ unwords params] +withStrings :: SubCmdSeekStrings +withStrings a params = return $ map a params withFilesToBeCommitted :: SubCmdSeekStrings withFilesToBeCommitted a params = do repo <- Annex.gitRepo |