aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r--src/tclsqlite.c4
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);