mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
Remove unused variable
This commit is contained in:
parent
a5e4c6f795
commit
9b44cbb490
@ -2115,7 +2115,6 @@ PHP_FUNCTION(mysqli_stmt_attr_set)
|
||||
long mode_in;
|
||||
ulong mode;
|
||||
ulong attr;
|
||||
int rc;
|
||||
|
||||
if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &mysql_stmt, mysqli_stmt_class_entry, &attr, &mode_in) == FAILURE) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user