Skip to content

Commit 8d12d1a

Browse files
committed
unused declaration in mongoc-sasl-private.h
1 parent 1718e75 commit 8d12d1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mongoc/mongoc-sasl-private.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ void
4444
_mongoc_sasl_set_pass (mongoc_sasl_t *sasl, const char *pass);
4545
void
4646
_mongoc_sasl_set_user (mongoc_sasl_t *sasl, const char *user);
47-
bool
48-
_mongoc_sasl_set_mechanism (mongoc_sasl_t *sasl,
49-
const char *mechanism,
50-
bson_error_t *error);
5147
void
5248
_mongoc_sasl_set_service_name (mongoc_sasl_t *sasl, const char *service_name);
5349
void

0 commit comments

Comments
 (0)