We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dccafb commit db79c84Copy full SHA for db79c84
1 file changed
tests/s3_checksum_context_test.c
@@ -114,12 +114,6 @@ static int s_test_upload_request_checksum_context_error_cases(struct aws_allocat
114
}
115
AWS_TEST_CASE(test_upload_request_checksum_context_error_cases, s_test_upload_request_checksum_context_error_cases)
116
117
-static struct aws_string *s_test_fn(struct aws_s3_meta_request *req, void *user) {
118
- (void)req;
119
- (void)user;
120
- return NULL;
121
-}
122
-
123
static int s_test_upload_request_checksum_context_different_algorithms(struct aws_allocator *allocator, void *ctx) {
124
(void)ctx;
125
0 commit comments