iliaa Wed Feb 18 20:07:55 2009 UTC Modified files: /php-src/ext/sqlite3 sqlite3.c Log: MFB: Removed unused var http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.35&r2=1.36&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-src/ext/sqlite3/sqlite3.c:1.35 php-src/ext/sqlite3/sqlite3.c:1.36 --- php-src/ext/sqlite3/sqlite3.c:1.35 Tue Feb 10 00:44:09 2009 +++ php-src/ext/sqlite3/sqlite3.c Wed Feb 18 20:07:55 2009 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sqlite3.c,v 1.35 2009/02/10 00:44:09 scottmac Exp $ */ +/* $Id: sqlite3.c,v 1.36 2009/02/18 20:07:55 iliaa Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -930,7 +930,7 @@ static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) { - php_stream_sqlite3_data *sqlite3_stream = (php_stream_sqlite3_data *) stream->abstract; +/* php_stream_sqlite3_data *sqlite3_stream = (php_stream_sqlite3_data *) stream->abstract; */ return 0; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php