mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-02 06:12:08 +02:00
CID-24872: Comment out not-yet-implemented code
This commit is contained in:
@@ -304,9 +304,11 @@ static int php_phongo_server_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{
|
||||
if (intern1 && intern2) {
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
if (!strcmp(intern1->host->host_and_port, intern2->host->host_and_port)) {
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
|
||||
return 1;
|
||||
} /* }}} */
|
||||
|
||||
Reference in New Issue
Block a user