cleanup
This commit is contained in:
parent
6885fe3c38
commit
178826c4cb
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue