Skip to content

Commit a720428

Browse files
committed
Remove check for legacy field
1 parent 9e194b6 commit a720428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php_phongo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,6 @@ static bool php_phongo_apply_options_to_uri(mongoc_uri_t* uri, bson_t* options)
15531553
!strcasecmp(key, MONGOC_URI_READPREFERENCE) ||
15541554
!strcasecmp(key, MONGOC_URI_READPREFERENCETAGS) ||
15551555
!strcasecmp(key, MONGOC_URI_SAFE) ||
1556-
!strcasecmp(key, MONGOC_URI_SECONDARYOK) ||
15571556
!strcasecmp(key, MONGOC_URI_W) ||
15581557
!strcasecmp(key, MONGOC_URI_WTIMEOUTMS)) {
15591558

0 commit comments

Comments
 (0)