Skip to content

Commit 5648a3e

Browse files
remove extra line
1 parent 5193f8e commit 5648a3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/s3_request.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct aws_s3_request *aws_s3_request_new(
3838
request->part_number = part_number;
3939
request->record_response_headers = (flags & AWS_S3_REQUEST_FLAG_RECORD_RESPONSE_HEADERS) != 0;
4040
request->should_allocate_buffer_from_pool = (flags & AWS_S3_REQUEST_FLAG_ALLOCATE_BUFFER_FROM_POOL) != 0;
41-
request->has_buffer_ticket_for_response = (flags & AWS_S3_REQUEST_FLAG_RESPONSE_ALLOCATED_FROM_POOL) != 0;
4241
request->always_send = (flags & AWS_S3_REQUEST_FLAG_ALWAYS_SEND) != 0;
4342

4443
return request;

0 commit comments

Comments
 (0)