summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-22 15:55:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-22 15:55:31 -0400
commit94e8b0e08e5a5f630eea17700294b1783b190e67 (patch)
treead62121b5ef2aafacccc1dbb6d2bb6a595d81a80
parent1126eca73237dd2d903a45b2b873503e1fc838fd (diff)
cleanup
-rw-r--r--Command/Status.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs
index 7c19185ac..5cb971b84 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -82,7 +82,6 @@ statusIndirect f = ifM (liftIO $ isJust <$> catchMaybeIO (getFileStatus f))
( checkNew f
, return DeletedFile
)
- where
checkNew :: FilePath -> Annex Status
checkNew f = ifM (isJust <$> catObjectDetails (Git.Ref.fileRef f))