Skip to content

Commit 35a266e

Browse files
committed
Remove sqlite3 module
It's not clear that this ever worked, AFAICT nobody uses it, and it's an old version of the sqlite3 engine at this point. Absent a maintainer, let's just get rid of it.
1 parent 8d091c4 commit 35a266e

File tree

10 files changed

+1
-216079
lines changed

10 files changed

+1
-216079
lines changed

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif
2525
ifndef PDIR # {
2626
GEN_IMAGES= eagle.app.v6.out
2727
GEN_BINS= eagle.app.v6.bin
28-
OPT_MKTARGETS := coap dht http mqtt pcm sjson sqlite3 tsl2561 websocket
28+
OPT_MKTARGETS := coap dht http mqtt pcm sjson tsl2561 websocket
2929
OPT_MKLIBTARGETS := u8g2 ucg
3030
SEL_MKTARGETS := $(shell $(CC) -E -dM include/user_modules.h | sed -n '/^\#define LUA_USE_MODULES_/{s/.\{24\}\(.*\)/\L\1/; p}')
3131
OPT_SEL_MKLIBTARGETS := $(foreach tgt,$(OPT_MKLIBTARGETS),$(findstring $(tgt), $(SEL_MKTARGETS)))

app/include/user_modules.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
//#define LUA_USE_MODULES_SOFTUART
6060
//#define LUA_USE_MODULES_SOMFY
6161
#define LUA_USE_MODULES_SPI
62-
//#define LUA_USE_MODULES_SQLITE3
6362
//#define LUA_USE_MODULES_STRUCT
6463
//#define LUA_USE_MODULES_SWITEC
6564
//#define LUA_USE_MODULES_TCS34725

0 commit comments

Comments
 (0)