Skip to content

Commit 622b3c8

Browse files
committed
CDRIVER-3116 remove unused fn
1 parent 1c096fb commit 622b3c8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/libmongoc/src/mongoc/mongoc-cluster.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,16 +1561,6 @@ _mongoc_cluster_auth_node (
15611561
RETURN (ret);
15621562
}
15631563

1564-
static bool
1565-
_mongoc_cluster_disconnect_node_in_set (uint32_t id, void *item, void *ctx)
1566-
{
1567-
mongoc_cluster_t *cluster = (mongoc_cluster_t *) ctx;
1568-
1569-
mongoc_cluster_disconnect_node (cluster, id, false, NULL);
1570-
1571-
return true;
1572-
}
1573-
15741564

15751565
/*
15761566
*--------------------------------------------------------------------------

0 commit comments

Comments
 (0)