remove dangling where clause

This commit is contained in:
Joey Hess 2022-11-09 13:25:05 -04:00
parent 2eedf58630
commit c69d340ce5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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