File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,6 @@ static int s_test_upload_request_checksum_context_get_checksum_cursor(struct aws
5050 return AWS_OP_SUCCESS ;
5151}
5252
53- static struct aws_string * s_test_fn (struct aws_s3_meta_request * req , void * user ) {
54- (void )req ;
55- (void )user ;
56- return NULL ;
57- }
58-
5953AWS_TEST_CASE (
6054 test_upload_request_checksum_context_get_checksum_cursor ,
6155 s_test_upload_request_checksum_context_get_checksum_cursor )
@@ -106,7 +100,6 @@ static int s_test_upload_request_checksum_context_error_cases(struct aws_allocat
106100 .checksum_algorithm = AWS_SCA_CRC32 ,
107101 .location = AWS_SCL_NONE ,
108102 .has_full_object_checksum = false,
109- .full_object_checksum_callback = s_test_fn ,
110103 };
111104 struct aws_s3_upload_request_checksum_context * context3 =
112105 aws_s3_upload_request_checksum_context_new (allocator , & config3 );
You can’t perform that action at this time.
0 commit comments