Skip to content

Commit 11830e0

Browse files
committed
Remove legacy.
1 parent 7dc4520 commit 11830e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sqlite3/sqlite_cfg.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#define HAVE_STDINT_H 1
1919
#define HAVE_INTTYPES_H 1
2020

21-
#define LONGDOUBLE_TYPE double
22-
2321
#define HAVE_LOG2 1
2422
#define HAVE_LOG10 1
2523
#define HAVE_ISNAN 1
@@ -35,10 +33,6 @@
3533
#define HAVE_MALLOC_H 1
3634
#define HAVE_MALLOC_USABLE_SIZE 1
3735

38-
// Because Wasm does not support shared memory,
39-
// SQLite disables WAL for Wasm builds.
40-
#undef SQLITE_OMIT_WAL
41-
4236
// Implemented in vfs.c.
4337
int localtime_s(struct tm *const pTm, time_t const *const pTime);
4438

0 commit comments

Comments
 (0)