Skip to content

Commit f1b0c16

Browse files
committed
Avoid a deadcode warning from coverity
1 parent 7c783e8 commit f1b0c16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php_phongo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ zend_class_entry* phongo_exception_from_mongoc_domain(uint32_t /* mongoc_error_d
106106
case MONGOC_ERROR_GRIDFS_INVALID_FILENAME:
107107
case MONGOC_ERROR_QUERY_COMMAND_NOT_FOUND:
108108
case MONGOC_ERROR_QUERY_NOT_TAILABLE:
109-
110-
default:
111109
return spl_ce_RuntimeException;
112110
}
113111
switch (domain) {

0 commit comments

Comments
 (0)