1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Remove an unused variable from the test code in test3.c. (CVS 6843)

FossilOrigin-Name: 9e35bec9ef924ec44e87294a549238e0104bb27b
This commit is contained in:
drh
2009-07-03 17:23:48 +00:00
parent 53bc21b911
commit ee152b00a3
3 changed files with 8 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
** is not included in the SQLite library. It is used for automated
** testing of the SQLite library.
**
** $Id: test3.c,v 1.106 2009/07/02 07:47:33 danielk1977 Exp $
** $Id: test3.c,v 1.107 2009/07/03 17:23:49 drh Exp $
*/
#include "sqliteInt.h"
#include "btreeInt.h"
@@ -413,7 +413,6 @@ static int btree_get_meta(
const char **argv /* Text of each argument */
){
Btree *pBt;
int rc;
int i;
if( argc!=2 ){
Tcl_AppendResult(interp, "wrong # args: should be \"", argv[0],