We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb51c00 commit 88cc003Copy full SHA for 88cc003
include/aws/s3/private/s3_request.h
@@ -144,9 +144,6 @@ struct aws_s3_request {
144
*/
145
struct aws_s3_buffer_ticket *ticket;
146
147
- /* Result of memory acquisition */
148
- int buffer_acquire_result;
149
-
150
/* Beginning range of this part. */
151
/* TODO currently only used by auto_range_get, could be hooked up to auto_range_put as well. */
152
uint64_t part_range_start;
0 commit comments