mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
unused var
This commit is contained in:
parent
12ff2532c9
commit
fb57a8363e
1 changed files with 1 additions and 1 deletions
|
@ -1432,7 +1432,7 @@ static int php_sqlite_fetch(struct php_sqlite_result *rres TSRMLS_DC)
|
|||
{
|
||||
const char **rowdata, **colnames;
|
||||
int ret, i, base;
|
||||
char *errtext = NULL, *colname;
|
||||
char *errtext = NULL;
|
||||
|
||||
next_row:
|
||||
ret = sqlite_step(rres->vm, &rres->ncolumns, &rowdata, &colnames);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue