Remove an unused variable from the test logic. (CVS 5736)
FossilOrigin-Name: 309ba380d985d77419a6e185373493e043823258
This commit is contained in:
parent
3e59c01255
commit
c21658beaa
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Fix\sthe\sTCL\sinstaller\sso\sthat\sit\somits\sthe\srelease\snumber.\s\sTicket\s#3396.\nUse\sstrcmp()\sinstead\sof\ssqlite3StrICmp()\sin\sthe\s"copy"\smethod\sof\sthe\sSQLite\nobject\sin\sthe\sTCL\sinterface.\s(CVS\s5735)
|
||||
D 2008-09-23T10:12:14
|
||||
C Remove\san\sunused\svariable\sfrom\sthe\stest\slogic.\s(CVS\s5736)
|
||||
D 2008-09-23T10:16:05
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in e4ab842f9a64ef61d57093539a8aab76b12810db
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -168,7 +168,7 @@ F src/test9.c 904ebe0ed1472d6bad17a81e2ecbfc20017dc237
|
||||
F src/test_async.c de6661370d96f660e0f0d604582c193c6144b19c
|
||||
F src/test_autoext.c f53b0cdf7bf5f08100009572a5d65cdb540bd0ad
|
||||
F src/test_btree.c 8d5b835054f1dd15992e09864a8bc04386bab701
|
||||
F src/test_config.c b2681a8e1b570f0c3686c934d6ef6112921af05d
|
||||
F src/test_config.c db72e95bafdd53c05ceb8735f833cc5dc1f48782
|
||||
F src/test_devsym.c 802d10e65b4217208cb47059b84adf46318bcdf4
|
||||
F src/test_func.c a55c4d5479ff2eb5c0a22d4d88e9528ab59c953b
|
||||
F src/test_hexio.c 2f1122aa3f012fa0142ee3c36ce5c902a70cd12f
|
||||
@ -637,7 +637,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P b31dd1e3f1d927b9236b7ebeb331268cbd253083
|
||||
R ace5a7213a4deb1d4a043bb449b44e95
|
||||
P a88606245760eaf8054d67773db7d8b795e8ca25
|
||||
R 5f4ced03c359d22319ca21d407dd7159
|
||||
U drh
|
||||
Z 8f67a48d5db1fc547aee4817526d9807
|
||||
Z a47e0f847ded8ccc3b472866b58d53b2
|
||||
|
@ -1 +1 @@
|
||||
a88606245760eaf8054d67773db7d8b795e8ca25
|
||||
309ba380d985d77419a6e185373493e043823258
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user