Skip to content

Commit 8dbce23

Browse files
committed
redundant mongoc_read_concern_append decl
1 parent 8bcf168 commit 8dbce23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mongoc/mongoc-read-concern-private.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ struct _mongoc_read_concern_t
3838

3939
bool _mongoc_read_concern_is_default (const mongoc_read_concern_t *read_concern);
4040
const bson_t *_mongoc_read_concern_get_bson (mongoc_read_concern_t *read_concern);
41-
bool mongoc_read_concern_append (mongoc_read_concern_t *read_concern,
42-
bson_t *command);
4341

4442
BSON_END_DECLS
4543

0 commit comments

Comments
 (0)