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 logic. (CVS 5736)

FossilOrigin-Name: 309ba380d985d77419a6e185373493e043823258
This commit is contained in:
drh
2008-09-23 10:16:04 +00:00
parent 3e59c01255
commit c21658beaa
3 changed files with 8 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
** The focus of this file is providing the TCL testing layer
** access to compile-time constants.
**
** $Id: test_config.c,v 1.36 2008/09/10 10:57:28 danielk1977 Exp $
** $Id: test_config.c,v 1.37 2008/09/23 10:16:05 drh Exp $
*/
#include "sqliteLimit.h"
@@ -39,8 +39,6 @@
** procedures use this to determine when tests should be omitted.
*/
static void set_options(Tcl_Interp *interp){
int rc = 0;
#ifdef SQLITE_32BIT_ROWID
Tcl_SetVar2(interp, "sqlite_options", "rowid32", "1", TCL_GLOBAL_ONLY);
#else