Skip to content

Commit 88cc003

Browse files
Remove extra field
1 parent cb51c00 commit 88cc003

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/aws/s3/private/s3_request.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ struct aws_s3_request {
144144
*/
145145
struct aws_s3_buffer_ticket *ticket;
146146

147-
/* Result of memory acquisition */
148-
int buffer_acquire_result;
149-
150147
/* Beginning range of this part. */
151148
/* TODO currently only used by auto_range_get, could be hooked up to auto_range_put as well. */
152149
uint64_t part_range_start;

0 commit comments

Comments
 (0)