diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-22 15:55:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-22 15:55:31 -0400 |
commit | 94e8b0e08e5a5f630eea17700294b1783b190e67 (patch) | |
tree | ad62121b5ef2aafacccc1dbb6d2bb6a595d81a80 /Command | |
parent | 1126eca73237dd2d903a45b2b873503e1fc838fd (diff) |
cleanup
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Status.hs | 1 |
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)) |