diff options
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)) |