Skip to content

Commit

Permalink
remove not used one
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 11, 2023
1 parent ada0dcb commit 49146f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/s3_auto_ranged_put.c
Original file line number Diff line number Diff line change
Expand Up @@ -1558,10 +1558,7 @@ static void s_s3_auto_ranged_put_request_finished(
/* Copy over any response headers that we've previously determined are needed for this final
* response.
*/

/* BEGIN CRITICAL SECTION */
{ copy_http_headers(auto_ranged_put->synced_data.needed_response_headers, final_response_headers); }
/* END CRITICAL SECTION */
copy_http_headers(auto_ranged_put->synced_data.needed_response_headers, final_response_headers);

struct aws_byte_cursor xml_doc = aws_byte_cursor_from_buf(&request->send_data.response_body);

Expand Down

0 comments on commit 49146f5

Please sign in to comment.