Skip to content

Commit c376e0d

Browse files
committed
CDRIVER-669: Clang found unused function '_mongoc_read_concern_warn_frozen' [-Wunused-function]
1 parent 33ca341 commit c376e0d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/mongoc/mongoc-read-concern.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
#include "mongoc-read-concern-private.h"
2121

2222

23-
static BSON_INLINE bool
24-
_mongoc_read_concern_warn_frozen (mongoc_read_concern_t *read_concern)
25-
{
26-
27-
return read_concern->frozen;
28-
}
29-
3023
static void
3124
_mongoc_read_concern_freeze (mongoc_read_concern_t *read_concern);
3225

0 commit comments

Comments
 (0)