diff options
author | dan <dan@noemail.net> | 2015-02-23 16:17:46 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2015-02-23 16:17:46 +0000 |
commit | bbd0c46e0ed724f33bd49b090d433698fbf4acd7 (patch) | |
tree | 0dd926a08d42415679e26bc704df8d7df8611131 /src/tclsqlite.c | |
parent | 04f121c18771f994abba1c46c6c56cbf38e0aca3 (diff) | |
parent | d4ef026ebb87b2d4504b73ce08cde8da2a849b9e (diff) | |
download | sqlite-bbd0c46e0ed724f33bd49b090d433698fbf4acd7.tar.gz sqlite-bbd0c46e0ed724f33bd49b090d433698fbf4acd7.zip |
Merge latest trunk changes with this branch.
FossilOrigin-Name: e5ca79d2d3c066252b0baa4f76ddbe0ee3b14cb6
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r-- | src/tclsqlite.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 5cdaa8cbb..075fb6254 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -3756,9 +3756,7 @@ static void init_all(Tcl_Interp *interp){ extern int Sqlitemultiplex_Init(Tcl_Interp*); extern int SqliteSuperlock_Init(Tcl_Interp*); extern int SqlitetestSyscall_Init(Tcl_Interp*); -#if SQLITE_ENABLE_OTA extern int SqliteOta_Init(Tcl_Interp*); -#endif #if defined(SQLITE_ENABLE_FTS3) || defined(SQLITE_ENABLE_FTS4) extern int Sqlitetestfts3_Init(Tcl_Interp *interp); @@ -3802,9 +3800,7 @@ static void init_all(Tcl_Interp *interp){ Sqlitemultiplex_Init(interp); SqliteSuperlock_Init(interp); SqlitetestSyscall_Init(interp); -#if SQLITE_ENABLE_OTA SqliteOta_Init(interp); -#endif #if defined(SQLITE_ENABLE_FTS3) || defined(SQLITE_ENABLE_FTS4) Sqlitetestfts3_Init(interp); |