From 769daae61d888e080d0991776935685b444b807a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Dec 2012 13:17:41 -0400 Subject: remove unused function --- Git/LsFiles.hs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Git/LsFiles.hs b/Git/LsFiles.hs index 4f8ac3fc6..4edd6cefc 100644 --- a/Git/LsFiles.hs +++ b/Git/LsFiles.hs @@ -10,7 +10,6 @@ module Git.LsFiles ( notInRepo, staged, stagedNotDeleted, - changedUnstaged, typeChanged, typeChangedStaged, Conflicting(..), @@ -53,12 +52,6 @@ staged' ps l = pipeNullSplit $ prefix ++ ps ++ suffix prefix = [Params "diff --cached --name-only -z"] suffix = Param "--" : map File l -{- Returns a list of files that have unstaged changes. -} -changedUnstaged :: [FilePath] -> Repo -> IO ([FilePath], IO Bool) -changedUnstaged l = pipeNullSplit params - where - params = Params "diff --name-only -z --" : map File l - {- Returns a list of the files in the specified locations that are staged - for commit, and whose type has changed. -} typeChangedStaged :: [FilePath] -> Repo -> IO ([FilePath], IO Bool) -- cgit v1.2.3