Skip to content

Commit e7c4f83

Browse files
committed
Remove unused variable
1 parent 701edc3 commit e7c4f83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libmongoc/src/mongoc/mongoc-cursor-legacy.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,11 @@ _mongoc_cursor_monitor_legacy_query (mongoc_cursor_t *cursor,
9292
mongoc_server_stream_t *server_stream)
9393
{
9494
bson_t doc;
95-
mongoc_client_t *client;
9695
char *db;
9796
bool r;
9897

9998
ENTRY;
10099

101-
client = cursor->client;
102-
103100
bson_init (&doc);
104101
db = bson_strndup (cursor->ns, cursor->dblen);
105102

0 commit comments

Comments
 (0)