Skip to content

Commit 048c851

Browse files
committed
minor: fix unused variable warning in tests
1 parent e00392f commit 048c851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test-mongoc-database.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ test_get_collection_info (void)
188188
bson_t autoindexid_options = BSON_INITIALIZER;
189189
bson_t noopts_options = BSON_INITIALIZER;
190190
bson_t name_filter = BSON_INITIALIZER;
191-
bson_t autoindexid_filter = BSON_INITIALIZER;
192191
int r;
193192
int num_infos = 0;
194193

0 commit comments

Comments
 (0)