Skip to content

Commit 6c62aa9

Browse files
committed
Remove useless default case
1 parent e3e70cc commit 6c62aa9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/curl/interface.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,8 +1637,6 @@ static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue
16371637
case CURLOPT_USERPWD:
16381638
case CURLOPT_XOAUTH2_BEARER:
16391639
EG(current_execute_data)->sensitive_args |= (1u << 2);
1640-
default:
1641-
// do nothing
16421640
}
16431641

16441642
switch (option) {

0 commit comments

Comments
 (0)