From fe1d8210c74f2c2b29867a0e1af7657fb2178d25 Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 1 Jan 2024 23:28:02 +0000 Subject: Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion. FossilOrigin-Name: cd7929ee2e2c305475fa5a4dff2edaccf90067126ef04a1c2714cf464925453f --- ext/wasm/api/sqlite3-wasm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/wasm/api/sqlite3-wasm.c') 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 -- cgit v1.2.3