Skip to content

Commit

Permalink
cloud_storage_clients: remove extra BlobNotFound string match
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemKauf committed May 30, 2024
1 parent d907f6f commit a451611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v/cloud_storage_clients/abs_error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ std::istream& operator>>(std::istream& i, abs_error_code& code) {
.match("InternalError", abs_error_code::internal_error)
.match("OperationTimedOut", abs_error_code::operation_timed_out)
.match("SystemInUse", abs_error_code::system_in_use)
.match("BlobNotFound", abs_error_code::blob_not_found)
.match("AccountBeingCreated", abs_error_code::account_being_created)
.match(
"ResourceAlreadyExists", abs_error_code::resource_already_exists)
Expand Down

0 comments on commit a451611

Please sign in to comment.