Skip to content

Commit 7f05a39

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
2 parents 1080968 + da2da13 commit 7f05a39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo_mysql/mysql_statement.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ static int pdo_mysql_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
316316
{
317317
pdo_mysql_stmt *S = (pdo_mysql_stmt*)stmt->driver_data;
318318
pdo_mysql_db_handle *H = S->H;
319-
my_ulonglong row_count;
320319
PDO_DBG_ENTER("pdo_mysql_stmt_execute");
321320
PDO_DBG_INF_FMT("stmt=%p", S->stmt);
322321

0 commit comments

Comments
 (0)