Remove unused variable

This commit is contained in:
Andrey Hristov 2009-09-25 10:55:06 +00:00
parent a5e4c6f795
commit 9b44cbb490

View File

@ -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;