Skip to content

Commit 7e44b5f

Browse files
committed
remove unused kms_ctx_reset
1 parent 63b36a2 commit 7e44b5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/mongocrypt-kms-ctx.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,13 +1142,6 @@ bool mongocrypt_kms_ctx_should_retry(mongocrypt_kms_ctx_t *kms) {
11421142
return kms && kms->should_retry;
11431143
}
11441144

1145-
void mongocrypt_kms_ctx_reset(mongocrypt_kms_ctx_t *kms) {
1146-
if (kms->parser) {
1147-
kms_response_parser_reset(kms->parser);
1148-
}
1149-
kms->should_retry = false;
1150-
}
1151-
11521145
bool mongocrypt_kms_ctx_fail(mongocrypt_kms_ctx_t *kms) {
11531146
if (!kms) {
11541147
return false;

0 commit comments

Comments
 (0)