remove dangling where clause
This commit is contained in:
parent
2eedf58630
commit
c69d340ce5
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ removeExportS3 hv r rs info k loc = withS3Handle hv $ \case
|
|||
S3.DeleteObject (T.pack $ bucketExportLocation info loc) (bucket info)
|
||||
return ()
|
||||
Left p -> giveupS3HandleProblem p (uuid r)
|
||||
where
|
||||
|
||||
checkPresentExportS3 :: S3HandleVar -> Remote -> S3Info -> Key -> ExportLocation -> Annex Bool
|
||||
checkPresentExportS3 hv r info k loc = withS3Handle hv $ \case
|
||||
|
|
Loading…
Add table
Reference in a new issue