mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Remove unused variable
This commit is contained in:
parent
948d326b29
commit
da2da13f93
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ static int pdo_mysql_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
|
||||||
{
|
{
|
||||||
pdo_mysql_stmt *S = (pdo_mysql_stmt*)stmt->driver_data;
|
pdo_mysql_stmt *S = (pdo_mysql_stmt*)stmt->driver_data;
|
||||||
pdo_mysql_db_handle *H = S->H;
|
pdo_mysql_db_handle *H = S->H;
|
||||||
my_ulonglong row_count;
|
|
||||||
PDO_DBG_ENTER("pdo_mysql_stmt_execute");
|
PDO_DBG_ENTER("pdo_mysql_stmt_execute");
|
||||||
PDO_DBG_INF_FMT("stmt=%p", S->stmt);
|
PDO_DBG_INF_FMT("stmt=%p", S->stmt);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue