diff options
author | drh <> | 2022-01-09 19:44:36 +0000 |
---|---|---|
committer | drh <> | 2022-01-09 19:44:36 +0000 |
commit | d3110034dc12341a30fd1e2291088035c237182f (patch) | |
tree | db48eeb2b4ea5f11d72c09d0dde87a7ff32b5310 /src | |
parent | cd379b8a536e6892573b103fc3cbdc4dec8cb297 (diff) | |
download | sqlite-d3110034dc12341a30fd1e2291088035c237182f.tar.gz sqlite-d3110034dc12341a30fd1e2291088035c237182f.zip |
Do not enclude ENABLE_JSON1 in the compile-time options.
FossilOrigin-Name: 8bf41bc5cb19fcde569ed2c788553a848ebd9c79065bd3d2aa99e5a6bfed9696
Diffstat (limited to 'src')
-rw-r--r-- | src/ctime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctime.c b/src/ctime.c index 708d6ac2b..437752800 100644 --- a/src/ctime.c +++ b/src/ctime.c @@ -181,8 +181,6 @@ static const char * const sqlite3azCompileOpt[] = { #endif #ifdef SQLITE_DISABLE_JSON "DISABLE_JSON", -#else - "ENABLE_JSON1", /* Legacy */ #endif #ifdef SQLITE_DISABLE_LFS "DISABLE_LFS", |