Skip to content

Commit 5fff99e

Browse files
committed
remove duplicate typedef in test suite
Followup-for: 1b9ce0d
1 parent ad50d82 commit 5fff99e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libmongoc/tests/test-mongoc-bulk.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,11 +2136,6 @@ test_insert_with_opts_validate (void)
21362136
typedef void (*remove_fn) (mongoc_bulk_operation_t *bulk,
21372137
const bson_t *selector);
21382138

2139-
typedef bool (*remove_with_opts_fn) (mongoc_bulk_operation_t *bulk,
2140-
const bson_t *selector,
2141-
const bson_t *opts,
2142-
bson_error_t *error);
2143-
21442139
typedef struct {
21452140
remove_fn remove;
21462141
remove_with_opts_fn remove_with_opts;

0 commit comments

Comments
 (0)