]> granicus.if.org Git - php/commitdiff
unused var
authorAntony Dovgal <tony2001@php.net>
Tue, 18 Oct 2005 14:50:48 +0000 (14:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 18 Oct 2005 14:50:48 +0000 (14:50 +0000)
ext/sqlite/sqlite.c

index 68574ef3eda2f540717f09bb0542b23d33ed31c6..8778b1d89f47fe8af91408a4ddb50d94c7f11d9b 100644 (file)
@@ -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);