Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit f362416

Browse files
committed
Merged pull request #56
2 parents 28af89e + aaaf937 commit f362416

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MongoDB/Driver/Manager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ void HHVM_METHOD(MongoDBDriverManager, __construct, const String &dsn, const Arr
420420
}
421421

422422
const StaticString
423-
s_MongoDBDriverManager_request_id("request_id"),
424423
s_MongoDBDriverManager_uri("uri"),
425424
s_MongoDBDriverManager_cluster("cluster"),
426425
s_MongoDBDriverManager_limit("limit"),
@@ -434,7 +433,6 @@ Array HHVM_METHOD(MongoDBDriverManager, __debugInfo)
434433
Array retval = Array::Create();
435434
Array servers = Array::Create();
436435

437-
retval.add(s_MongoDBDriverManager_request_id, (int64_t) data->m_client->request_id);
438436
retval.add(s_MongoDBDriverManager_uri, (char*) mongoc_uri_get_string(data->m_client->uri));
439437

440438
mongoc_set_for_each(data->m_client->topology->description.servers, mongodb_driver_add_server_debug_wrapper, &servers);

0 commit comments

Comments
 (0)