aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-wasm.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-01-01 23:28:02 +0000
committerstephan <stephan@noemail.net>2024-01-01 23:28:02 +0000
commitfe1d8210c74f2c2b29867a0e1af7657fb2178d25 (patch)
tree299cefd260720e4f6efbe850cc85eeab286cc4f6 /ext/wasm/api/sqlite3-wasm.c
parent92e970ae98ce872a2f1723700ccaae7917d4fca6 (diff)
downloadsqlite-fe1d8210c74f2c2b29867a0e1af7657fb2178d25.tar.gz
sqlite-fe1d8210c74f2c2b29867a0e1af7657fb2178d25.zip
Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion.
FossilOrigin-Name: cd7929ee2e2c305475fa5a4dff2edaccf90067126ef04a1c2714cf464925453f
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r--ext/wasm/api/sqlite3-wasm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c
index 23386c7c7..3e22c799c 100644
--- a/ext/wasm/api/sqlite3-wasm.c
+++ b/ext/wasm/api/sqlite3-wasm.c
@@ -122,9 +122,6 @@
#ifndef SQLITE_ENABLE_SESSION
# define SQLITE_ENABLE_SESSION 1
#endif
-#ifndef SQLITE_ENABLE_STAT4
-# define SQLITE_ENABLE_STAT4 1
-#endif
#ifndef SQLITE_ENABLE_STMTVTAB
# define SQLITE_ENABLE_STMTVTAB 1
#endif