Skip to content

Commit 7f4b946

Browse files
committed
unused function topology_scanner_set_async_cb
1 parent d3ec435 commit 7f4b946

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/mongoc/mongoc-topology-scanner-private.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ mongoc_topology_scanner_set_stream_initiator (mongoc_topology_scanner_t *ts,
128128
mongoc_stream_initiator_t si,
129129
void *ctx);
130130

131-
void
132-
mongoc_topology_scanner_set_async_cb (mongoc_topology_scanner_t *ts,
133-
mongoc_async_cmd_setup_t cb);
134-
135131
#ifdef MONGOC_ENABLE_SSL
136132
void
137133
mongoc_topology_scanner_set_ssl_opts (mongoc_topology_scanner_t *ts,

src/mongoc/mongoc-topology-scanner.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,3 @@ mongoc_topology_scanner_reset (mongoc_topology_scanner_t *ts)
562562
}
563563
}
564564
}
565-
566-
void
567-
mongoc_topology_scanner_set_async_cb (mongoc_topology_scanner_t *ts,
568-
mongoc_async_cmd_setup_t cb)
569-
{
570-
ts->setup = cb;
571-
}

0 commit comments

Comments
 (0)